cucumber-junit-vsts

1.0.0 • Public • Published

cucumber-junit-vsts

Converts CucumberJS JSON output into JUnitXML for VSTS.

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-vsts

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

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

then install with:

$ npm install --dev

Run

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

The following options are supported by lib/cucumber_junit:

  • strict - if true, pending or undefined steps will be reported as failures
  • indent - passed to the XML formatter, defaults to 4 spaces
  • stream - passed to the XML formatter to return the result as a stream
  • declaration - passed to the XML formatter

License

MIT

Package Sidebar

Install

npm i cucumber-junit-vsts

Weekly Downloads

30

Version

1.0.0

License

MIT

Unpacked Size

538 kB

Total Files

15

Last publish

Collaborators

  • chkrause