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 371fd51 commit c3a0a89Copy full SHA for c3a0a89
cucumber-core/src/main/java/io/cucumber/core/resource/ClasspathSupport.java
@@ -179,7 +179,7 @@ static String nestedJarEntriesExplanation(URI uri) {
179
public static String configurationExamples() {
180
return "Examples:\n" +
181
" - @CucumberOptions(glue = \"com.example.application\")\n" +
182
- " - @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = \"com.example.application\")" +
+ " - @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = \"com.example.application\")\n" +
183
" - src/test/resources/junit-platform.properties cucumber.glue=com.example.application\n" +
184
" - src/test/resources/cucumber.properties cucumber.glue=com.example.application\n";
185
}
0 commit comments