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.4@sha256:22acd61058a9aa6fafeb742051347f22f1bac8658ad285bc2eb65b86173a1bc2,1765

Module documentation for 0.1.1.4

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.4

  • Fix error in version 0.1.1.3 that prevented that version from compiling.

0.1.1.3

  • Relax version bounds to include tasty 1.4.

0.1.1.2

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

0.1.0.0

  • Initial implementation.