unity-testresult-parser

[ bsd3, library, program, tool, unity3d ] [ Propose Tags ]

Unity3D TestResults parser


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10
Change log ChangeLog.md
Dependencies ansi-terminal, ansi-wl-pprint, base (>=4.3 && <5), containers, mtl, optparse-applicative, semigroups, split, text, unity-testresult-parser, unordered-containers, xml-conduit [details]
License BSD-3-Clause
Copyright 2020 incertia
Author Will Song
Maintainer incertia@incertia.net
Category Tool, Unity3D
Home page https://github.com/incertia/unity-testresult-parser#readme
Bug tracker https://github.com/incertia/parser/issues
Uploaded by incertia at 2020-03-07T04:56:26Z
Distributions NixOS:0.1.0.10
Executables unity-testresult-parser
Downloads 2644 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-07 [all 1 reports]

Readme for unity-testresult-parser-0.1.0.10

[back to package description]

Unity TestResults Parser

This is a tool to parse Unity test results, designed for use in CI/CD environments.

Building

Following the standard stack procedures should be enough to get you going.

$ stack setup
$ stack build
$ stack exec unity-testresult-parser -- [args] [files]

CLI Options

The parser supports a number of CLI options.

  1. -h,--help: show the help menu
  2. -c,--color=yes|no|auto: colorize the output
    • things that pass (100% passing) are colorized green
    • things that fail (at least one fail) are colorized red
    • if we somehow don't know the result, it is colorized orange
  3. -q,--quiet: only show non-passing results
  4. -s,--summary: print a (maybe) colorized result at the end of the output that counts passes and failures