node-test-junit-reporter

1.1.5 • Public • Published

node-test-junit-reporter

A JUnit test reporter for the Node.js test runner

CI

Installation

npm i -D node-test-junit-reporter

Usage

node --test --test-reporter node-test-junit-reporter --test-reporter-destination report.xml

You can also have a different test reporter output to stdout while still saving the JUnit report to a file:

node --test --test-reporter tap --test-reporter-destination stdout --test-reporter node-test-junit-reporter --test-reporter-destination report.xml

Readme

Keywords

Package Sidebar

Install

npm i node-test-junit-reporter

Weekly Downloads

406

Version

1.1.5

License

MIT

Unpacked Size

18.1 kB

Total Files

27

Last publish

Collaborators

  • lucalanziani
  • donal.moynihan
  • simoneb
  • eamonn.frisby