-
-
Notifications
You must be signed in to change notification settings - Fork 612
Mark step as skipped #116
Copy link
Copy link
Closed
Labels
Description
Hi,
Is there a way to mark a step as skipped?
We try to represent all important requirements in our feature files.
A side effect of that is that it won't be possible to run automatic tests of everything (Flash, UI look and feel, etc).
The simple way of handling this is just adding step definitions for those steps, but not actually doing anything in those steps (just letting them pass). That's what we've been doing so far. However, that way it is hard to measure how many, and which, steps are not being run.
Does Behat have support for this? If not, would it be a good idea to add?
Reactions are currently unavailable