| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Tasty.Runners.JenkinsXML
Documentation
jenkinsXMLTransformer :: [Ingredient] -> Ingredient Source #
This Ingredient transformer adds the possibility to produce a JUnit XML
file in addition to the output producer by another Ingredient.
Internally it invokes antXMLRunner.
To be practically useful, it implements two additions:
--jxmlalias for--xmlfortest-frameworkcompatibility,--exit-successto distinguish between failed and unstable builds in Jenkins CI.