Description

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 pin add junit https://github.com/Khady/ocaml-junit.git
opam pin add junit_ounit https://github.com/Khady/ocaml-junit.git
opam pin add junit_alcotest https://github.com/Khady/ocaml-junit.git

Documentation

Available here

References:

Those files are archived in directory schemes

License: LGPL either version 3 of the License, or (at your option) any later version with OCaml linking exception.

Tags

junit jenkins

Published: 01 May 2018

Dependencies (4)

  1. tyxml >= "4.0.0"
  2. ptime
  3. jbuilder >= "1.0+beta10"
  4. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. odoc with-doc & >= "1.1.1"

Used by (8)

  1. cookie
  2. jose
  3. junit_alcotest < "2.0.2"
  4. junit_ounit < "2.0.2"
  5. oidc
  6. session-cookie
  7. session-cookie-async
  8. session-cookie-lwt

Conflicts

    None