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

wdio-spec-reporter

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-spec-reporter - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

lib/reporter.js

@@ -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",

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