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
I have reduced a profile down to simply "--dry-run".
cucumber.yml: dry_run: --dry-run
command: cucumber -p dry_run
When I run the profile, the dry-run option seems to be ignored and the features are executed normally. If I execute cucumber with profiles disabled and pass --dry-run: cucumber -P --dry-run
then cucumber runs as I would expect. The features are parsed and formatters are run, but the steps are not executed.
Issue exists in versions 1.0.6, 1.1.4, and 1.1.9
The text was updated successfully, but these errors were encountered:
iafonov
added a commit
to iafonov/cucumber
that referenced
this issue
Mar 29, 2012
I have reduced a profile down to simply "--dry-run".
cucumber.yml:
dry_run: --dry-run
command:
cucumber -p dry_run
When I run the profile, the dry-run option seems to be ignored and the features are executed normally. If I execute cucumber with profiles disabled and pass --dry-run:
cucumber -P --dry-run
then cucumber runs as I would expect. The features are parsed and formatters are run, but the steps are not executed.
Issue exists in versions 1.0.6, 1.1.4, and 1.1.9
The text was updated successfully, but these errors were encountered: