| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Hspec.JUnit
Contents
Synopsis
- configWithJUnit :: JUnitConfig -> Config -> Config
- junitFormat :: JUnitConfig -> FormatConfig -> IO Format
- module Test.Hspec.JUnit.Config
Documentation
configWithJUnit :: JUnitConfig -> Config -> Config Source #
Modify an Hspec Config to use junitFormat
junitFormat :: JUnitConfig -> FormatConfig -> IO Format Source #
Hspec configFormat that generates a JUnit report
Configuration
module Test.Hspec.JUnit.Config