package junit_alcotest

  1. Overview
  2. Docs
JUnit XML reports generation for alcotest tests

Install

Dune Dependency

Authors

Maintainers

Sources

junit-2.0.2.tbz
sha256=fda941b653613a4a5731f9b3557364b12baa341daa13c01676c9eb8d64e96b01
sha512=5a9fa803c4861748bb8482fc51197420bf3cc3b9540989a489c4ffb65fdd02386aaa60437eae29182209dae0903b0e537c095249e19d395a451b8e8214f15f03

Description

JUnit XML reports generation for alcotest tests

Tags

junit jenkins alcotest

Published: 13 Feb 2020

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

Dependencies (3)

  1. junit = version
  2. alcotest
  3. dune >= "1.0"

Dev Dependencies (1)

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

Conflicts

None