-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3438c07
commit d859245
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
Node.js saucectl Wrapper | ||
Node.js saucectl Wrapper ![build](https://github.com/saucelabs/node-saucectl/workflows/saucectl%20pipeline/badge.svg) | ||
======================== | ||
|
||
Node.js wrapper for saucectl: Sauce Labs Testrunner Toolkit. | ||
|
||
## Install | ||
|
||
To install `saucectl` using NPM just run: | ||
|
||
```sh | ||
$ npm i -g saucectl | ||
``` | ||
|
||
The command should be globally available: | ||
|
||
```sh | ||
$ saucectl -v | ||
saucectl version 0.4.0 | ||
(build 7468a24c788b4ca4d67d50372c839edf03e5df6a) | ||
``` | ||
|
||
__Note:__ if you run the command for the first time it will initially download the binary for you. This only happens once. | ||
|
||
For more information to `saucectl`, visit its main repository: [saucelabs/saucectl](https://github.com/saucelabs/saucectl). |