Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khady/ocaml-junit
OCaml package to produce JUnit xml reports
https://github.com/khady/ocaml-junit
ci jenkins junit junit-xml-reports ocaml test
Last synced: about 1 month ago
JSON representation
OCaml package to produce JUnit xml reports
- Host: GitHub
- URL: https://github.com/khady/ocaml-junit
- Owner: Khady
- License: other
- Created: 2016-04-23T19:19:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T11:24:41.000Z (about 1 year ago)
- Last Synced: 2023-12-23T12:13:38.120Z (about 1 year ago)
- Topics: ci, jenkins, junit, junit-xml-reports, ocaml, test
- Language: OCaml
- Size: 212 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# OCaml JUnit
ocaml-junit is a package for the creation of JUnit XML reports. It
provides a typed API to produce valid reports. They are supposed to be
accepted by Jenkins.It comes with two packages for support of OUnit and Alcotest.
## Installation
```
opam install junit junit_ounit junit_alcotest
```## Documentation
Available [here](https://khady.github.io/ocaml-junit/)
## References:
- [Jenkins](https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd)
- [JUnit-Schema](https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd)
- [Windyroad](http://windyroad.com.au/dl/Open%20Source/JUnit.xsd)
- [a gist](https://gist.github.com/erikd/4192748)Those files are archived in directory [`schemes`](schemes)
License: LGPL either version 3 of the License, or (at your option) any
later version with OCaml linking exception.