New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wdio-summary-reporter

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-summary-reporter - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

package.json
{
"name": "wdio-summary-reporter",
"version": "0.0.17",
"version": "0.0.18",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/reporter/reporter.js",

@@ -114,2 +114,3 @@ const events = require('events');

var suiteInfo = specInfo.suites[suiteName];
console.log(JSON.stringify(suiteInfo.tests));
if (!suiteInfo.uid.includes('before all') && !suiteInfo.uid.includes('after all') && Object.keys(suiteInfo.tests).length > 0) {

@@ -122,3 +123,3 @@ for (let testName of Object.keys(suiteInfo.tests)) {

const div3Opening = '<div class="screenshots-scroll-container">';
const images = suiteInfo.screenshots.reduce(accumulator, currentValue =>
const images = suiteInfo.tests[testName].screenshots.reduce(accumulator, currentValue =>
`${accumulator}<a target="_blank" href="${currentValue}"><img src="${currentValue}" /></a>`

@@ -125,0 +126,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