MIT licensed by Freckle R&D
Maintained by [email protected]
This version can be pinned in stack with:hspec-junit-formatter-1.0.0.5@sha256:bef98ad379c5288e9ddab836e27bc009df64dc4f8fc5bd9c56dc1f19f2061da7,1869

Module documentation for 1.0.0.5

hspec-junit-formatter

A JUnit XML runner/formatter for hspec.

main :: IO ()
main = do
  config <- readConfig defaultConfig =<< getArgs
  spec `runJUnitSpec` ("output-dir", "my-tests-title") $ config

Changes

Unreleased

None

v1.0.0.5

  • Fix for hspec-2.7 (add exampleStarted)

v1.0.0.4

  • Bring base bound back in to fix release

v1.0.0.3

  • Remove dependencies upper bounds

v1.0.0.2

  • Less restrictive upper bound on base

v1.0.0.1

  • Bump base dep

v1.0.0.0

Initial release.