saucectl

Node.js wrapper for saucectl: Sauce Labs Testrunner Toolkit

Usage no npm install needed!

<script type="module">
  import saucectl from 'https://cdn.skypack.dev/saucectl';
</script>

README

Node.js saucectl Wrapper build

Node.js wrapper for saucectl: Sauce Labs Testrunner Toolkit.

Install

To install saucectl using NPM just run:

$ npm i -g saucectl

In case you need to download saucectl from a known source or in case you use npx saucectl you can use environment variable:

export SAUCECTL_INSTALL_BINARY=http://localhost:9000/saucectl_0.32.2_mac_64-bit.tar.gz

The command should be globally available:

$ 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.

Install binary from Mirror

Use the SAUCECTL_INSTALL_BINARY_MIRROR env to override the default download base site (https://github.com/saucelabs/saucectl/releases/download)

SAUCECTL_INSTALL_BINARY_MIRROR=https://your-mirror-download-site.com/foo/bar npm i -g saucectl

For more information to saucectl, visit its main repository: saucelabs/saucectl.