BSD-3-Clause licensed by Christoph Hermann
Maintained by [email protected]
This version can be pinned in stack with:tasty-test-reporter-0.1.1.2@sha256:405f27fefa88d477188b890e6ce91be6aeed8cdcc89d882e99caed2e4e16047a,1779

Module documentation for 0.1.1.2

tasty-test-reporter

An ingredient for tasty that prints a summary and outputs junit xml that works with jenkins.

output from reporter

Setting up this ingredient for tasty.

import Test.Tasty
import Test.Tasty.HUnit
import qualified Test.Tasty.Runners.Reporter as Reporter

main = defaultMainWithIngredients [Reporter.ingredient] tests

tests :: TestTree

Running tests with cabal

$ cabal test --test-show-details=always --test-options "--xml=report.xml"

Changes

0.1.1.2

  • Relax version bounds of tasty and ansi-terminal dependencies.

0.1.0.0

  • Initial implementation.