UNPKG

cucumber-junit-convert

Version:

<a href="https://snyk.io/test/github/znevrly/cucumber-junit-convert"><img src="https://snyk.io/test/github/znevrly/cucumber-junit-convert/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/znevrly/cucumber-junit-convert

10 lines (7 loc) 279 B
const cucumberJunitConvert = require('../index'); const options = { inputJsonFile: './tests/resources/default-cucumber-report.json', outputXmlFile: './tests/resources/test-report.xml', featureNameAsClassName: false } cucumberJunitConvert.convert(options);