When the console is capable of displaying colours, it is nice to add a colored touch, as in node-test-runner.
The relevant modules in elm-test-runner are Console.Text, and Test.Runner.Node.Vendor.Console. It might also be worth trying to improve the visibility difference between passed and failed tests since the distinction between red/green is probably difficult for color blind people.
When the console is capable of displaying colours, it is nice to add a colored touch, as in node-test-runner.
The relevant modules in elm-test-runner are
Console.Text
, andTest.Runner.Node.Vendor.Console
. It might also be worth trying to improve the visibility difference between passed and failed tests since the distinction between red/green is probably difficult for color blind people.Relevant info about color support detection: