Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-saucelabs

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-saucelabs - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

2

CONTRIBUTING.md

@@ -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 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc