grunt-saucelabs
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -28,2 +28,2 @@ # Please send all pull requests to the __incoming-pr__ branch. | ||
------------ | ||
This project is maintained by [Sebastian Tiedtke](https://github.com/sourishkrout) and [Parashuram](http://github.com/axemcion). It would be easy to send them a tweet and ask them questions. | ||
This project is maintained by [Sebastian Tiedtke](https://github.com/sourishkrout) and [Parashuram](http://github.com/axemclion). It would be easy to send them a tweet and ask them questions. |
{ | ||
"name": "grunt-saucelabs", | ||
"description": "Grunt task running tests using Sauce Labs. Supports QUnit, Jasmine, Mocha and YUI tests", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"homepage": "https://github.com/axemclion/grunt-saucelabs", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -89,3 +89,3 @@ grunt-saucelabs | ||
* __sauceConfig__: Map of extra parameters to be passed to sauce labs. example: `{'video-upload-on-pass': false, 'idle-timeout': 60}`. See [here](https://saucelabs.com/docs/additional-config) for further documentation. | ||
* __testInterval__ : Number of milliseconds between each retry to see if a test is completed or not (default: 2000). _Optional_ | ||
* __pollInterval__ : Number of milliseconds between each retry to see if a test is completed or not (default: 2000). _Optional_ | ||
* __throttled__: Maximum number of unit test pages which will be sent to Sauce Labs concurrently. The maximum number of jobs you may have outstanding is this times the number of browsers, can be used to mitigate concurrency failures if you have a lot of unit test pages. _Optional_ | ||
@@ -215,2 +215,5 @@ * __max-duration__: Maximum duration of a test, this is actually a Selenium Capability. Sauce Labs defaults to 180 seconds for js unit tests. _Optional_ | ||
--------- | ||
####8.0.2#### | ||
* fixed bug, `testname` option not working | ||
####8.0.1#### | ||
@@ -217,0 +220,0 @@ * Major refactor, thanks to all the work done by @gvas |
@@ -157,3 +157,3 @@ 'use strict'; | ||
build: this.build, | ||
name: this.testname | ||
name: this.testName | ||
} | ||
@@ -160,0 +160,0 @@ }; |
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
988652
244