theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 311 forks source link

Show test activity in a more compact fashion in Runner reporter #1056

Closed jason0x43 closed 4 years ago

jason0x43 commented 4 years ago

In a CI environment (and locally in many instances), Intern's output should strike a balance between showing that activity is occurring and not creating huge amounts of output. A simple way to handle this is to modify the runner reporter to output a '.' for passed and/or skipped tests.

Modify the hidePassed and hideSkipped options for the Runner reporter to accept a character value in addition to a boolean. If a character is provided, this value will be output, with no newline, for passed and/or skipped tests.