The dark gray color used to mark skipped functional tests is somewhat unfortunate. I don’t see skipped tests at all with my terminal settings unless I mark the text. For others, dark gray/black is hard to read on a gray background.
My terminal:
And @jacobpfickes terminal from twitter which reminded me to open this good first issue.
For example, during review it’s important to see which tests were skipped. It could happen that you think you’ve run the tests for something, but you in fact haven’t and the tests were skipped, but you just don’t notice.
A solution would be to use a yellow/orange color to mark skipped tests. Green for pass, red for fail and yellow/orange for skipped. Another easy solution would be for me to change my terminal settings, however I think the gray text on gray background could affect more devs than just me.
For reference, the colored functional tests output was introduced in #10159.
Useful skills:
Python and running the functional tests.
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.