We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbab4b commit e49b07bCopy full SHA for e49b07b
cucumber-core/src/main/java/io/cucumber/core/options/CucumberPropertiesParser.java
@@ -69,6 +69,9 @@ public RuntimeOptionsBuilder parse(CucumberPropertiesProvider properties) {
69
builder::addFeature);
70
71
parseAll(properties,
72
+ // For historical reasons rerun files are also provided through the
73
+ // feature property. They are differentiated by prefixing the uri
74
+ // name with an `@` symbol.
75
FEATURES_PROPERTY_NAME,
76
splitAndThenFlatMap(CucumberPropertiesParser::parseRerunFile),
77
builder::addRerun);
0 commit comments