Skip to content

purescript-spec/purescript-spec-reporter-xunit

Repository files navigation

purescript-spec-reporter-xunit Documentation

purescript-spec-reporter-xunit is a reporter for purescript-spec that outputs Xunit reports consumable by Jenkins (perhaps others as well?).

Usage

spago install spec-reporter-xunit
module Main where import Prelude import Test.Spec.Reporter.Xunit (xunitReporter) import Test.Spec.Runner (defaultConfig, runSpec) main = runSpec [ xunitReporter { indentation: 2, outputPath: "output/test.xml" } ] do ...

Contribute

If you have any issues or possible improvements please file them as GitHub Issues. Pull requests requests are encouraged.

License

MIT License.

About

A reporter for purescript-spec that outputs Xunit reports

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5