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

wdio-junit-reporter

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-junit-reporter - npm Package Compare versions

Comparing version 5.0.0-alpha.14 to 5.0.0-beta.0

2

package.json
{
"name": "wdio-junit-reporter",
"version": "5.0.0-alpha.14",
"version": "5.0.0-beta.0",
"description": "A WebdriverIO reporter that creates Jenkins compatible XML based JUnit reports",

@@ -5,0 +5,0 @@ "author": "Christian Bromann <christian@saucelabs.com>",

@@ -35,5 +35,5 @@ WebdriverIO XML Reporter

// ...
reporters: ['dot', 'junit'],
reporterOptions: {
junit: {
reporters: [
'dot',
['junit', {
outputDir: './',

@@ -43,4 +43,4 @@ outputFileFormat: function(opts) { // optional

}
}
},
}]
],
// ...

@@ -97,9 +97,9 @@ };

// ...
reporters: ['dot', 'junit'],
reporterOptions: {
junit: {
reporters: [
'dot',
['junit', {
outputDir: './',
packageName: process.env.USER_ROLE // chrome.41 - administrator
}
}
}]
]
// ...

@@ -135,5 +135,5 @@ };

// ...
reporters: ['dot', 'junit'],
reporterOptions: {
junit: {
reporters: [
'dot',
['junit', {
outputDir: './',

@@ -145,4 +145,4 @@ errorOptions: {

}
}
}
}]
],
// ...

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