| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Tasty.Runners.JenkinsXML
- newtype CompatAntXMLPath = CompatAntXMLPath FilePath
- newtype ExitSuccess = ExitSuccess {}
- addCompatOpt :: Ingredient -> Ingredient
- addExitOpt :: Ingredient -> Ingredient
- jenkinsXMLRunner :: Ingredient
Documentation
addCompatOpt :: Ingredient -> Ingredient Source #
addExitOpt :: Ingredient -> Ingredient Source #
jenkinsXMLRunner :: Ingredient Source #
An extended version of antXMLRunner that also outputs to console and
implements two additions to be more practically useful:
--jxmlalias for--xmlfortest-frameworkcompatibility,--exit-successto distinguish between failed and unstable builds in Jenkins CI.