Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
feat: add saucectl (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: 刘瑞奇 <[email protected]>
  • Loading branch information
lxiaoixi and 刘瑞奇 committed Dec 1, 2021
1 parent 9b7b821 commit ca17a73
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,19 @@ var config = {
// for mirrors
alwayNewDirIndex: 0,
},
saucectl: {
name: 'saucectl',
category: 'saucectl',
enable: true,
disturl: 'https://github.com/saucelabs/saucectl/releases',
repo: 'saucelabs/saucectl',
url: 'https://github.com/saucelabs/saucectl',
description: 'A command line interface for the Sauce Labs Testrunner Toolkit.',
syncerClass: 'GithubWithVersion',
needFormatTagName: false,
// for mirrors
alwayNewDirIndex: 0,
},
},
};

Expand Down

0 comments on commit ca17a73

Please sign in to comment.