-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Behat CLI syntax #5
Comments
My first idea was to propose this configuration: FriendsOfBehat\SkipExtension:
features:
- feature/feature_to_skip.feature
scenarios:
- name of scenario to skip
tags:
- tag to be skipped However, Behat CLI syntax would be more natural... What about merging this two ideas together? Just loudly thinking 😄 |
The problem with scenario names that they can be (and should be) changed more easily than filename of feature. Anyway, that would require some extra work from us. We should aim to make the right abstraction in order to be able to replace this configuration and skipping logic without much effort. |
Totally agreed |
Yes but given lines could change too :) |
features/abc/
- skips a directoryfeatures/abc/def.feature
- skips a featurefeature/abc/def.feature:12
- skips a scenario from a featurefeature/abc/def.feature:12-28
- skips scenarios defined in given lines from a featureThe text was updated successfully, but these errors were encountered: