We are happy to announce the release of a dedicated reporter for Node.js Testing Framework.

You can run the Node.js tests, use the dedicated reporter and send the test results to Currents. See Documentation for more details.

Example setup

npm install @currents/node-test-reporter @currents/cmd --save-dev

node --test --test-reporter=@currents/node-test-reporter --test-reporter-destination=./report.xml **.test.mjs

npx currents convert --input-format=junit --input-file=./report.xml --framework=node

npx currents upload --key=XXX --project-id=YYY

Run example