-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
All features are run instead of none #1630
Comments
I've created a workaround for this but i don't like the idea of parsing |
I reckon that if you add an condition here to check if this parse method encountered a rerun file as argument you can get the behavior to match again.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
If rerun report is empty and specified by
cucumber.options
property ALL features are run instead of none.That doesn't happen when rerun file is specified in
@CucumberOptions
annotation.Expected Behavior
None of features are run.
Current Behavior
All features are run when empty rerun report file is provided via
cucumber.options
property.Possible Solution
cucumber.options
property incucumber.runtime.RuntimeOptionsFactory
before runningaddDefaultFeaturePathIfNoFeaturePathIsSpecified(args, clazz);
Steps to Reproduce
cucumber.options
to@empty-rerun-file.txt
The text was updated successfully, but these errors were encountered: