Popularity
6.0
Declining
Activity
0.0
Stable
0
10
0

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Testing     Tasty    
Latest version: v0.2.0.0

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.

Do you think we are missing an alternative of tasty-jenkins-xml or a related project?

Add another 'tasty' Package

README

tasty-jenkins-xml

Haskell Programming Language BSD3 License

Hackage Hackage Dependencies Build

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.