tasty-jenkins-xml-0.2.0.0: Render tasty output to both console and XML for Jenkins

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Runners.JenkinsXML

Synopsis

Documentation

jenkinsXMLRunner :: Ingredient Source #

An extended version of antXMLRunner that also outputs to console and implements two additions to be more practically useful:

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