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.6 to 0.0.7

2

package.json
{
"name": "wdio-summary-reporter",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

@@ -11,7 +11,18 @@ const events = require('events');

this.options = options;
this.on('runner:start', function (runner) {
console.log('Runner:', runner.specs);
});
this.on('suite:start', function (suite) { });
this.on('test:pending', function (test) {
console.log('Cid is', test.cid);
});
this.on('test:pass', function (test) {
console.log(test);
});
this.on('runner:end', function (runner) {
console.log('¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢', JSON.stringify(runner));
console.log('\n#################', JSON.stringify(this.baseReporter));
});

@@ -18,0 +29,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