grunt-saucelabs
grunt-saucelabs copied to clipboard
Grunt task for running all your browser tests using Sauce Labs
Hi, I'm experiencing some problems with different versions of this library. With version `4.1.2` seems to work properly, although I think there are some random problems getting test status. With...
fixes https://github.com/axemclion/grunt-saucelabs/issues/177 when saucelabs cant start a job for a test it will error with: ``` { completed: false, 'js tests': [ { status: 'test error', platform: [Object], id: '7c738f49617046b79f6d3660c0668053',...
Just a small nit that `testTimeout` isn't documented...
This pull request adds an option `testNamesByUrl` that allows Saucelabs tests to be named on a per-url basis.
I run Saucelabs builds containing multiple versions of my test suite, each as a different Saucelabs "test" instance:  This list comprises two different versions...
The version of node-request dependency (
After navigating to URL, why don't the browsers let go? My tests start on Saucelabs (QUnit tests) and the browsers sit there doing nothing until the 3 minute (no activity)...
_see #194_ This project is really, really helpful. The only thing I would like to change is the comand line output. However, I realize that you may need different output...
I am using grunt-saucelabs#e865bb24912da3928e2609b958e4a68dd9f07da3 (current HEAD on master), because I was getting unmet peer dependency errors using grunt-saucelabs latest release v8.6.2, due to its dependency on grunt 0.4.0. Here is...