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

Console implementation of a reporter

implementation : { seed : Basics.Int, fuzzRuns : Basics.Int } -> ElmTestRunner.Reporter.Interface.Interface

Provide a console implementation of a reporter, mostly for human consumption. Require the initial random seed and number of fuzz runs.