node-saucelabs icon indicating copy to clipboard operation
node-saucelabs copied to clipboard

A wrapper around Sauce Labs API

Results 26 node-saucelabs issues
Sort by recently updated
recently updated
newest added

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

`query-string` is used in the production code of this package, so it should be a `dependency` instead of a `devDependency`, to ensure that it is installed: https://github.com/saucelabs/node-saucelabs/blob/7e9c5fba5457ae144f748b2eb70acd25c1661cef/src/index.js#L8 Fixes https://github.com/saucelabs/node-saucelabs/issues/143

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4...

dependencies

This is an error that happens >50% of the time on CircleCI. No changes are made between one run and the next. One run might pass, the next will fail...

bug
Help Wanted

Hi devs, I noticed that the stringify function of the query-string library is imported and used in the index file: https://github.com/saucelabs/node-saucelabs/blob/7e9c5fba5457ae144f748b2eb70acd25c1661cef/src/index.js#L8 Which results in it being also required in the...

Taking a look at the state of the codebase, I'd like to recommend the following changes: 1. [ ] Drop any use of stage-2 or lower JS syntax (e.g., the...

*Short summary of what the user sees:* The 'listBuilds' command is returning the old build URL. https://app.saucelabs.com/builds/ *Assistance Requested* Please update it to return the new build URL https://app.saucelabs.com/builds/vdc-v2/

**Short summary of what the user sees:** As a user I want to pass the proxy argument to SC so I can have SC be set up with a proxy....

enhancement

Hi, I saw in some other issues that real devices were supported in this package, but it's not clear to me. Are the /rdc endpoints from here supported through this...

question