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"
}
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"
}