Open
Description
Summary example
27 passing (1m)
2 pending
1 failing
You know, you can skip tests with .skip()
and these appear in the summary at the end under the pending
category which is IMO not correct. Pending != Skipped. Pending can be interpreted as "not completed yet" whereas "skipped" can mean, code is not complete yet or is breaking for whatever reason.
Any chance skipped tests can be summarised under a new group, i.E.
27 passing (1m)
2 skipped
1 failing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment