https://github.com/redbadger/test-report-junit-xml-example
Example project for test-report-junit-xml
https://github.com/redbadger/test-report-junit-xml-example
clojure test-reporting
Last synced: 12 months ago
JSON representation
Example project for test-report-junit-xml
- Host: GitHub
- URL: https://github.com/redbadger/test-report-junit-xml-example
- Owner: redbadger
- License: epl-1.0
- Created: 2017-02-09T10:24:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T15:25:49.000Z (almost 9 years ago)
- Last Synced: 2025-01-01T15:22:46.227Z (about 1 year ago)
- Topics: clojure, test-reporting
- Language: Clojure
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-report-junit-xml-example
This project demonstrates the usage of the [test-report-junit-xml](https://github.com/redbadger/test-report-junit-xml) plugin with CircleCI.
Test summaries can be found [here](https://circleci.com/gh/redbadger/test-report-junit-xml-example/tree/master).
For comparison, test summaries produced by [test2junit](https://github.com/ruedigergad/test2junit) are available [here](https://circleci.com/gh/redbadger/test-report-junit-xml-example/tree/test2junit).
| test2junit | test-report-junit-xml |
|------------|-----------------------|
| ![test2junit][test2junit-screenshot] | ![test-report-junit-xml][test-report-junit-xml-screenshot] |
## License
Copyright © 2017 Red Badger
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
[test2junit-screenshot]: https://cloud.githubusercontent.com/assets/785641/22828808/3d53adb6-ef97-11e6-8846-110e21a6e936.png
[test-report-junit-xml-screenshot]: https://cloud.githubusercontent.com/assets/785641/22828807/3d3a8b60-ef97-11e6-9067-2f74dd163b34.png