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.0.4 to 0.0.5

5

build/reporter.js

@@ -206,2 +206,7 @@ 'use strict';

for (var testUid in spec.tests) {
// Remove "before all" tests from the displayed results
if (specUid.indexOf('"before all"') === 0) {
continue;
}
var test = spec.tests[testUid];

@@ -208,0 +213,0 @@ var testTitle = spec.tests[testUid].title;

@@ -157,2 +157,7 @@ import events from 'events'

for (const testUid in spec.tests) {
// Remove "before all" tests from the displayed results
if (specUid.indexOf('"before all"') === 0) {
continue
}
const test = spec.tests[testUid]

@@ -159,0 +164,0 @@ const testTitle = spec.tests[testUid].title

7

package.json
{
"name": "wdio-spec-reporter",
"version": "0.0.4",
"version": "0.0.5",
"description": "A WebdriverIO plugin. Report results in 'spec' format.",

@@ -67,6 +67,7 @@ "main": "build/reporter.js",

"W. van Kuipers <w.vankuipers@lukkien.com>",
"christian-bromann <mail@christian-bromann.com>",
"Tim Brust <tim.brust@sinnerschrader.com>",
"Tim Brust <ratchet.player@gmx.de>",
"George Crawford <g.o.crawford@gmail.com>",
"Tim Brust <tim.brust@sinnerschrader.com>"
"George Crawford <g.o.crawford@gmail.com>"
]
}
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