saucelabs
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "saucelabs", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"author": "Christian Bromann <christian@saucelabs.com>", | ||
@@ -5,0 +5,0 @@ "description": "A wrapper around Sauce Labs REST API", |
@@ -122,3 +122,3 @@ <p align="center"> | ||
You can see all available Sauce Connect parameters on the [Sauce Labs Wiki Page](https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy+Command-Line+Quick+Reference+Guide). | ||
You can see all available Sauce Connect parameters on the [Sauce Labs Docs](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/). | ||
@@ -193,3 +193,3 @@ ### As NPM Package | ||
/** | ||
* see all available parameters here: https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy+Command-Line+Quick+Reference+Guide | ||
* see all available parameters here: https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/ | ||
* all parameters have to be applied camel cased instead of with hyphens, e.g. | ||
@@ -225,3 +225,3 @@ * to apply the `--tunnel-identifier` parameter, set: | ||
> You may wonder why `listJobs` requires a `username` as first parameter since you've already defined the process.env. The reason for this is that Sauce Labs supports a concept of Team Accounts, so-called sub-accounts, grouped together. As such functions like the mentioned could list jobs not only for the requesting account, but also for the individual team account. Learn more about it [here](https://wiki.saucelabs.com/display/DOCS/Managing+Team+Members+and+Accounts) | ||
> You may wonder why `listJobs` requires a `username` as first parameter since you've already defined the process.env. The reason for this is that Sauce Labs supports a concept of Team Accounts, so-called sub-accounts, grouped together. As such functions like the mentioned could list jobs not only for the requesting account, but also for the individual team account. Learn more about it [here](https://docs.saucelabs.com/basics/acct-team-mgmt-hub/) | ||
@@ -228,0 +228,0 @@ ### `webdriverEndpoint` property |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
446121