https://github.com/currents-dev/currents-junit-xml-example
Example repository for showcasing integration any testing frameworks supporting JUnit XML results with Currents
https://github.com/currents-dev/currents-junit-xml-example
currents junit testing
Last synced: 2 months ago
JSON representation
Example repository for showcasing integration any testing frameworks supporting JUnit XML results with Currents
- Host: GitHub
- URL: https://github.com/currents-dev/currents-junit-xml-example
- Owner: currents-dev
- Created: 2024-11-13T15:13:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:49:37.000Z (3 months ago)
- Last Synced: 2025-03-25T04:52:20.909Z (3 months ago)
- Topics: currents, junit, testing
- Language: JavaScript
- Homepage: https://docs.currents.dev/getting-started/others
- Size: 757 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currents.dev - JUnit XML report example
This is an example repository that showcases integrating variout testing frameworks with [Currents.dev](https://currents.dev).
## Setup
```sh
npm install
```## Examples
- [Postman](./packages/postman)
- [Vitest](./packages/vitest)
- [Vitest - parallel runs on GitHub Actions](./packages/vitest)
- [WebdriverIO](./packages/wdio)
- [NodeJS Test Runner](./packages/nodejs-test-runner)