Generic Reporting for JUnit XML files
Currents has flagship integrations for various testing frameworks via the dedicated reporters (like Playwright, Jest and Cypress).

Currents has flagship integrations for various testing frameworks via the dedicated reporters (like Playwright, Jest and Cypress).
The recent release unlocks more integrations with other testing frameworks without a dedicated reporter.
We have implemented a set of tools that support JUnit XML (or compatible) reporting format.@currents/cmd CLI utilities allow converting JUnit XML files to a format compatible with Currnets. For example:
- run
currents convertto convert test results - run
currents uploadto send the results to Currents
This approach unlocks supporting the following frameworks.
- Postman
- Vitest (example TBD)
- NodeJS Test Runner (example TBD)
- WebdriverIO (example TBD)
- Bun (example TBD)
- Cypress 😆 (example TBD)
More details are in the documentation.