easy-sauce
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "easy-sauce", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Simple JavaScript unit testing on the Sauce Labs cloud", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -95,3 +95,3 @@ # Easy Sauce | ||
"easySauce": { | ||
"path": "/tests/suite.html", | ||
"tests": "/tests/all-tests.html", | ||
"port": "8080", | ||
@@ -145,5 +145,5 @@ "platforms": [ | ||
<tr valign="top"> | ||
<td><code>message</code></td> | ||
<td><code>message</code> (string) The message text.</td> | ||
<td>A progress message. In the CLI, this mesage is logged to the console.</td> | ||
<td><code>update</code></td> | ||
<td><code>job</code> (Object) The updated JSON job data from Sauce Labs.</td> | ||
<td>Emitted when the status of a [job](https://wiki.saucelabs.com/display/DOCS/JavaScript+Unit+Testing+Methods) has changed.</td> | ||
</tr> | ||
@@ -154,5 +154,5 @@ <tr valign="top"> | ||
<code>passed</code> (boolean) True if all tests passed.<br> | ||
<code>jobs</code> (Object) The raw JSON results from Sauce Labs. | ||
<code>jobs</code> (Object) The final JSON jobs data from Sauce Labs. | ||
</td> | ||
<td>Emitted when the tests have finished running.</td> | ||
<td>Emitted when all test [jobs](https://wiki.saucelabs.com/display/DOCS/JavaScript+Unit+Testing+Methods) have finished running.</td> | ||
</tr> | ||
@@ -191,5 +191,5 @@ <tr valign="top"> | ||
}) | ||
.on('message', function(message) { | ||
// A progress message has been added to the stream. | ||
console.log(message); | ||
.on('update', function(job) { | ||
// A job's status has been updated | ||
console.log(job.status); | ||
}) | ||
@@ -196,0 +196,0 @@ .on('end', function(passed, jobs) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
63027
33
0