Skip to content

Conversation

@sotojuan
Copy link
Contributor

@sotojuan sotojuan commented Jan 8, 2016

This fixes #408 by adding the skipped test count to the builtin reporters, in yellow color.

Let me know if I missed anything or if another color is more appropriate.

@kevva
Copy link
Contributor

kevva commented Jan 8, 2016

Nice work @sotojuan. And I agree with the yellow color since that's more "warningy", i.e. tests shouldn't really be skipped for no reason.

lgtm 👍

@sindresorhus
Copy link
Member

LGTM :)

@jamestalmage
Copy link
Contributor

LGTM:

screenshot 2016-01-08 19 35 39

screenshot 2016-01-08 19 35 04

@vadimdemedes
Copy link
Contributor

If mini reporter uses yellow for skipped number, we should do the same for the verbose reporter as well (it's cyan there).

jamestalmage added a commit to jamestalmage/ava that referenced this pull request Jan 9, 2016
PR avajs#410 missed a color change on a single log line,
See: avajs#410 (comment)

Using this convention will make it much easier to review PR's. No need to remember what color is used where, just ensure they don't use chalk directly, and alias the color with it's intended purpose in the colors module.
@jamestalmage
Copy link
Contributor

@vdemedes - see #412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Builtin reporters should show skipped test count in the result

5 participants