/hspec-junit-formatter

JUnit style xml output for hspec

Primary LanguageHaskellMIT LicenseMIT

hspec-junit-formatter

A JUnit XML runner/formatter for hspec.

main :: IO ()
main = runSpec specs config

config :: Config
config = defaultConfig
  { configFormat = Just $ junitFormat "test-results.xml" "my-tests"
  }