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.
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
andhideSkipped
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.