You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used, the runner print them as success, count them as skipped, and doesn't run them.
It needs a little change in design to tell the runner to skip them.
Note1: if #6 or #5 are implemented, the aliases also needs their focused counterpart.
Note2: could be nice to do it via the test name. It could also be a poor way to solve the problem without design change.
The text was updated successfully, but these errors were encountered:
We already have 3 × 3 functions for creating suites/contexts/examples.
Any further addition of skipping variants (9 more functions each!) would be a bad idea, imho.
Instead we should consider adding support for tagging one's suites/contexts/examples, with which in place one could realize skipping by simply negatively filtering for a given tag.
The famous
xit
andxdescribe
!When used, the runner print them as success, count them as skipped, and doesn't run them.
It needs a little change in design to tell the runner to skip them.
Note1: if #6 or #5 are implemented, the aliases also needs their focused counterpart.
Note2: could be nice to do it via the test name. It could also be a poor way to solve the problem without design change.
The text was updated successfully, but these errors were encountered: