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

wdio-teamcity-reporter

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-teamcity-reporter - npm Package Compare versions

Comparing version 1.0.2-beta.2 to 1.0.2

12

index.js

@@ -51,4 +51,14 @@ 'use strict';

events.forEach(function (event) {
return _this.on(event, flow(buildFormatter(event, opts), console.log));
return _this.on(event, flow(buildFormatter(event, opts), output));
});
};
/**
* @param {string} msg
* @return {string}
*/
function output(msg) {
if (msg) {
console.log(msg);
}
}

@@ -59,2 +59,6 @@ 'use strict';

function formatter(suite) {
if (suite.pending && eventName !== 'test:pending') {
return '';
}
return pattern.replace(/\[([a-z]+)\]/gi, function (m, g) {

@@ -61,0 +65,0 @@ return formatProp(g, suite);

2

package.json
{
"name": "wdio-teamcity-reporter",
"version": "1.0.2-beta.2",
"version": "1.0.2",
"description": "WebdriverIO Teamcity reporter",

@@ -5,0 +5,0 @@ "main": "index.js",

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