tasty-jenkins-xml alternatives and similar packages
Based on the "tasty" category.
Alternatively, view tasty-jenkins-xml alternatives based on common mentions on social networks and blogs.
-
tasty-hedgehog
Tasty integration for the Hedgehog property testing library -
tasty-expected-failure
Mark test cases as expected-failure -
tasty-rerun
Rerun previous test suite runs to run only failing tests -
tasty-ant-xml
A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework. -
tasty-test-reporter
An ingredient for tasty that prints a summary and outputs junit xml that works with jenkins. -
tasty-th
Automatically generate tasty test groups from functions in a module using TH -
tasty-silver
A fancy test runner for tasty and support for golden tests. -
tasty-mgolden
A different golden testing provider for tasty. -
tasty-auto
Deprecated: Auto discovery for the Tasty test framework, use tasty-discover instead -
tasty-leancheck
LeanCheck support for the Tasty test framework (Haskell) -
tasty-program
Use tasty framework to test whether a program executes correctly
Build time-series-based applications quickly and at scale.
Do you think we are missing an alternative of tasty-jenkins-xml or a related project?
README
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.
*Note that all licence references and agreements mentioned in the tasty-jenkins-xml README section above
are relevant to that project's source code only.