Description
Render tasty output to both console and XML for Jenkins.
Description
An extension of tasty-ant-xml that is meant to be more practically useful with Jenkins CI.
README.md
tasty-jenkins-xml
Description
An extension of tasty-ant-xml 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.
Usage
Example:
import Test.Tasty
import Test.Tasty.Runners.JenkinsXML (jenkinsXMLRunner)
main :: IO ()
main = defaultMainWithIngredients ingredients tests
where
ingredients = [listingTests, jenkinsXMLRunner]
Contributing
Contributions are welcome! Documentation, examples, code, and feedback - they all help.
License
The BSD 3-Clause License, see LICENSE file for details.