tasty-jenkins-xml-0.1.0.0: Render tasty output to XML for Jenkins (ingredient transformer)

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Runners.JenkinsXML

Synopsis

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:

  • --jxml alias for --xml for test-framework compatibility,
  • --exit-success to distinguish between failed and unstable builds in Jenkins CI.