hspec-junit-formatter: A JUnit XML runner/formatter for hspec

[ library, mit, testing ] [ Propose Tags ]

Allows hspec tests to write JUnit XML output for parsing in various tools.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.4, 1.0.0.5, 1.0.1.0, 1.0.2.0, 1.0.2.1, 1.0.2.2, 1.0.3.0, 1.1.0.0, 1.1.0.1, 1.1.0.2
Change log CHANGELOG.md
Dependencies base (>=4.14.1.0 && <4.15), conduit (>=1.3.4.1 && <1.4), directory (>=1.3.6.0 && <1.4), exceptions (>=0.10.4 && <0.11), hashable (>=1.3.0.0 && <1.4), hspec (>=2.7.8 && <2.8), hspec-core (>=2.7.8 && <2.8), resourcet (>=1.2.4.2 && <1.3), temporary (>=1.3 && <1.4), text (>=1.2.4.1 && <1.3), xml-conduit (>=1.9.1.0 && <1.10), xml-types (>=0.3.8 && <0.4) [details]
License MIT
Copyright 2021 Renaissance Learning Inc
Author Freckle R&D
Maintainer engineering@freckle.com
Category Testing
Home page https://github.com/freckle/hspec-junit-formatter#readme
Bug tracker https://github.com/freckle/hspec-junit-formatter/issues
Source repo head: git clone https://github.com/freckle/hspec-junit-formatter
Uploaded by mjgpy3 at 2021-03-30T17:19:33Z
Distributions LTSHaskell:1.1.0.2, Stackage:1.1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2644 total (54 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-03-30 [all 1 reports]

Readme for hspec-junit-formatter-1.0.0.1

[back to package description]

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