An open API service indexing awesome lists of open source software.

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

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).

junit-xml-reporter

## 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)