-
Notifications
You must be signed in to change notification settings - Fork 1
Support cucumber's dry-run mode #5
Copy link
Copy link
Open
Labels
Description
Cucumber has a dry run mode where it will run through all the features/scenarios and tags that have been specified on the command line without actually executing any of the steps. This allows you to, for example, output the Cucumber JSON report showing all the scenarios and steps that would have been run without having to actually execute any of the scenarios.
Reactions are currently unavailable