Closed
Description
What are you trying to achieve?
I try to create a helper to help me to skip some test cases for specific browser, but I can not find document about how to skip a test case. Any suggestion?
-
So far I can use beforeStep (step) to know what's the next step and the arguments, but I don't know how to skip the step (or all the steps) . <= this maybe anoterh way to help me skip "all steps in a test case" , not so good but may work.
-
Or, refer to Add a way of a programmatically skipping a test mochajs/mocha#1901 , is there any similiar api in codeceptjs?