cucumber-junit-temp

0.0.1 • Public • Published

cucumber-junit

wercker status

Converts CucumberJS JSON output into JUnitXML for software like Jenkins to read.

Install

cucumber-junit should be added to your test codebase as a dev dependency. You can do this with:

$ npm install --save-dev cucumber-junit

Alternatively you can manually add it to your package.json file:

{
  "devDependencies" : {
    "cucumber-junit": "latest"
  }
}

then install with:

$ npm install --dev

Run

cucumber-junit should be appended to your existing Cucumber.JS commands

$ node_modules/.bin/cucumber-js --format=json | cucumber-junit > output_JUnit.xml

License

MIT © St. John Johnson

Readme

Keywords

Package Sidebar

Install

npm i cucumber-junit-temp

Weekly Downloads

23

Version

0.0.1

License

MIT

Last publish

Collaborators

  • sonyschan