Skip to content

Commit

Permalink
v8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Nov 14, 2014
1 parent 107001f commit 52e5d0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Full list of parameters which can be added to a saucelabs-* task:
* __urls__: An array or URLs that will be loaded in the browsers, one after another. Since SauceConnect is used, these URLs can also be localhost URLs that are available using the `server` task from grunt. _Required_
* __build__: The build number for this test. _Optional_
* __testname__: The name of this test, displayed on the Sauce Labs dashboard. _Optional_
* __tags__: An array of strings, to be added as tags to the test on Sauce Labs. _Optional_
* __tunneled__: Defaults to true; Won't launch a Sauce Connect tunnel if set to false. _Optional_
* __tunnelArgs__: Array of optional arguments to be passed to the Sauce Connect tunnel. example: `['--debug', '--direct-domains', 'google.com']`. See [here](https://saucelabs.com/docs/connect) for further documentation.
* __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.
Expand Down Expand Up @@ -260,6 +261,11 @@ The [IndexedDBShim](http://github.com/axemclion/IndexedDBShim) is a project that

Changelog
---------
####8.3.3####
* improvements to README
* add a 'tags' parameter to the config, to allow setting tags on tests
* optionally, you can set "name" and "tags" onto the "browser" object and they'll be applied to the corresponding job
####8.3.2####
* fixed a bug where DELETE commands which errored on the Sauce side caused test execution to halt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-saucelabs",
"description": "Grunt task running tests using Sauce Labs. Supports QUnit, Jasmine, Mocha and YUI tests",
"version": "8.3.2",
"version": "8.3.3",
"homepage": "https://github.com/axemclion/grunt-saucelabs",
"author": {
"name": "Parashuram",
Expand Down

0 comments on commit 52e5d0f

Please sign in to comment.