tasty-json: JSON reporter for the tasty testing framework

[ library, mit, network ] [ Propose Tags ]

Write tasty test results to a file in JSON format.

defaultMainWithIngredients (consoleAndJsonReporter : defaultIngredients) tests

[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.10 && <5), bytestring (>=0.10), containers (>=0.6), stm (>=2.4), tagged (>=0.8), tasty (>=1.0), text (>=1.2) [details]
License MIT
Copyright Copyright (c) 2020, Lars Kuhtz <lakuhtz@gmail.com>
Author Lars Kuhtz
Maintainer Lars Kuhtz <lakuhtz@gmail.com>
Revised Revision 2 made by larsk at 2023-02-03T05:16:11Z
Category Network
Home page https://github.com/larskuhtz/tasty-json
Bug tracker https://github.com/larskuhtz/tasty-json/issues
Source repo head: git clone https://github.com/larskuhtz/tasty-json.git
Uploaded by larsk at 2020-04-30T01:11:09Z
Distributions NixOS:0.1.0.0
Downloads 877 total (13 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-04-30 [all 1 reports]

Readme for tasty-json-0.1.0.0

[back to package description]

Write tasty test results to a file in JSON format.

Example:

defaultMainWithIngredients (consoleAndJsonReporter : defaultIngredients) tests