mpizenberg / elm-test-runner / ElmTestRunner.Reporter.Json

Json implementation of a reporter

implementation : { seed : Basics.Int, fuzzRuns : Basics.Int, globs : List String, paths : List String } -> ElmTestRunner.Reporter.Interface.Interface

Provide a Json implementation of a reporter, mostly for automated tools. Require the initial random seed and number of fuzz runs.