Package

purescript-spec-reporter-xunit

Repository
purescript-spec/purescript-spec-reporter-xunit
License
MIT
Uploaded by
pacchettibotti
Published on
2023-08-10T19:57:52Z

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.

Modules
Data.XML
Data.XML.PrettyPrint
Test.Spec.Reporter.Xunit
Dependencies