Package

purescript-spec-reporter-xunit

Repository
owickstrom/purescript-spec-reporter-xunit
License
MIT
Uploaded by
owickstrom
Published on
2017-06-05T17:09:22Z

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

Usage

bower install purescript-spec-reporter-xunit
module Main where

import Prelude

import Test.Spec.Runner
import Test.Spec.Reporter.Xunit

main = run [ xunitReporter { indentation: 2, outputPath: "output/test.xml" } ] do
  ...

API Documentation

See the docs directory.

Generating Docs

pulp docs

Contribute

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

License

MIT License.