grunt-saucelabs
grunt-saucelabs copied to clipboard
Grunt task for running all your browser tests using Sauce Labs
Bumps [diff](https://github.com/kpdecker/jsdiff) from 1.0.7 to 4.0.1. Changelog *Sourced from [diff's changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md).* > ## v4.0.1 - January 6th, 2019 > - Fix main reference path - b826104 > > [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1) >...
This updates the dependency of `requestretry` to v3.1.0, hopefully fixing more security warnings mentioned in #229 and #231. **I did not test this!** Please check the changelog before applying: https://github.com/FGRibreau/node-request-retry/blob/master/CHANGELOG.md...
The new `npm audit` feature, which alerts one to security warnings on dependencies, indicates a high risk denial of service issue with the dependency on `saucelabs` which had a bad...
avoid https://www.npmjs.com/advisories/593 in dependency chain.
This reflects a change made by Sauce Labs to use camelCase instead of hyphen-case. `max-duration` no longer works. This change will still accept the old `max-duration` option, as well as...
I discovered this bug because our task is using environment variables that were not set on my local setup. A `null` value was added to the tags array which created...
``` >> TypeError: this.key is not a function >> at Job.start (/Users/joonheo/projects/studio/node_modules/grunt-saucelabs/src/Job.js:69:43) >> at getResult (/Users/joonheo/projects/studio/node_modules/grunt-saucelabs/src/TestRunner.js:113:10) >> at _combinedTickCallback (internal/process/next_tick.js:67:7) >> at process._tickCallback (internal/process/next_tick.js:98:9) >> From previous event: >> at...
When a job times out, the current error message isn't too detailed/helpful when trying to figure out which browser or URL (or whatever) is problematic, which makes debugging test failures...