1.1.5 • Published 6 months ago

node-test-junit-reporter v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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
1.1.5

6 months ago

1.1.4

7 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago