Gathering detailed insights and metrics for cucumber-junit-convert
Gathering detailed insights and metrics for cucumber-junit-convert
Gathering detailed insights and metrics for cucumber-junit-convert
Gathering detailed insights and metrics for cucumber-junit-convert
npm install cucumber-junit-convert
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
9 Stars
37 Commits
11 Forks
2 Watching
1 Branches
5 Contributors
Updated on 22 Aug 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
1.1%
2,458
Compared to previous day
Last week
2.4%
12,085
Compared to previous week
Last month
2.6%
50,009
Compared to previous month
Last year
-28.4%
842,475
Compared to previous year
2
Convert Cucumber.js json result file to XML Junit format. Unlike many similar libraries keeps Scenario = Testcase, not Step = Testcase.
To install the latest version, run:
npm install cucumber-junit-convert --save
1const cucumberJunitConvert = require('cucumber-junit-convert'); 2 3const options = { 4 inputJsonFile: '<filename>.json', 5 outputXmlFile: '<filename>.xml', 6 featureNameAsClassName: true, // default: false 7 failOnUndefinedStep: false // default: false 8} 9 10cucumberJunitConvert.convert(options); 11
bugfixing Feature name as the JUnit className
featureNameAsClassName
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 8/18 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More