Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/xunit-junit
Split a single xunit thing into multiple junit thing
https://github.com/mcollina/xunit-junit
Last synced: 2 months ago
JSON representation
Split a single xunit thing into multiple junit thing
- Host: GitHub
- URL: https://github.com/mcollina/xunit-junit
- Owner: mcollina
- License: mit
- Created: 2015-09-04T08:42:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T09:29:29.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T01:47:50.282Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xunit-junit
Split a single xunit thing into multiple junit files.
This can be used in combination with
[tap-xunit](http://npm.im/tap-xunit) to generate reports for systems
that can only understan single junit files.## Install
```
npm i xunit-junit -g
```## Usage
```
cat results.xunit | xunit-junit test-results
```## Programmatic Usage
See test.js
## Acknowledgements
The development of this library was sponsored by [nearForm](http://nearform.com)
## License
MIT