@currents/node-test-reporter
Currents Reporter for Node.js Testing Framework
Requirements
Node.js
v18.20.4+
Setup
Usage
Run the Tests
Run Node.js and set @currents/node-test-reporter
reporter. The result is a refined JUnit XML that as the necessary information about the test results. More information is available here.
Converting the Report
Run currents convert command to covert the generated report into a format compatible with Currents.
Uploading the Results
Upload the results to Currents, specify the projectId and the Record Key. Read more about currents upload command.
Last updated