wdio-spec-reporter
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -248,3 +248,3 @@ import events from 'events' | ||
let output = '' | ||
if (results.config.host.indexOf('saucelabs.com') > -1) { | ||
if (results.config.host.indexOf('saucelabs.com') > -1 || results.config.sauceConnect === true) { | ||
output += `${preface.trim()}\n` | ||
@@ -251,0 +251,0 @@ output += `${preface} Check out job at https://saucelabs.com/tests/${results.sessionID}\n` |
{ | ||
"name": "wdio-spec-reporter", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A WebdriverIO plugin. Report results in 'spec' format.", | ||
@@ -57,6 +57,6 @@ "main": "build/reporter.js", | ||
"eslint": "^4.1.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.3.0", | ||
"eslint-plugin-mocha": "^4.10.0", | ||
"eslint-plugin-node": "^5.0.0", | ||
"eslint-plugin-node": "^6.0.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
@@ -66,3 +66,3 @@ "eslint-plugin-standard": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^4.0.0", | ||
"mocha": "^5.0.0", | ||
"np": "^2.13.2", | ||
@@ -69,0 +69,0 @@ "npm-run-all": "^4.0.2", |
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
48227