There should be a max number of dots representing run test cases per line; then, a new line should be inserted before printing next dots.
CI envs like GitHub Actions only print a line after the newline character is printed, which means sometimes we need to wait for a long time before getting any feedback.
Often, the only reason we do get some feedback is because of skipped tests which print to the console.
There should be a max number of dots representing run test cases per line; then, a new line should be inserted before printing next dots.
CI envs like GitHub Actions only print a line after the newline character is printed, which means sometimes we need to wait for a long time before getting any feedback.
Often, the only reason we do get some feedback is because of skipped tests which print to the console.