@currents/node-test-reporter
Currents Reporter for Node.js Testing Framework
Requirements
Setup
npm install @currents/node-test-reporter @currents/cmd --save-devUsage
Run the Tests
> node --test \
--test-reporter=@currents/node-test-reporter \
--test-reporter-destination=./report.xml \
**.test.mjsConverting the Report
> npx currents convert \
--framework=node \
--input-format=junit \
--input-file=./report.xmlUploading the Results
Last updated
Was this helpful?