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]

Modules

[Last Documentation]

  • Test
    • HSpec
      • Test.HSpec.JUnit
        • Test.HSpec.JUnit.Parse
        • Test.HSpec.JUnit.Render
        • Test.HSpec.JUnit.Schema

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 && <5), conduit (>=1.3.4.1), directory (>=1.3.6.0), exceptions (>=0.10.4), hashable (>=1.3.0.0), hspec (>=2.7.10), hspec-core (>=2.7.10), resourcet (>=1.2.4.2), temporary (>=1.3), text (>=1.2.4.1), xml-conduit (>=1.9.1.1), xml-types (>=0.3.8) [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 PatrickBrisbin at 2021-07-07T14:24:03Z
Distributions LTSHaskell:1.1.0.2, Stackage:1.1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2691 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-07-07 [all 2 reports]

Readme for hspec-junit-formatter-1.0.0.5

[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