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

Console reporter with color support

implementation : ElmTestRunner.Vendor.ConsoleText.UseColor -> { seed : Basics.Int, fuzzRuns : Basics.Int, verbosity : 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.