File tree 1 file changed +5
-5
lines changed
core/src/main/resources/cucumber/api/cli
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Options:
26
26
Run with "--i18n help" to see all languages
27
27
28
28
Feature path examples:
29
- <path> Load the files with the extension ".feature"
29
+ <path> Load the files with the extension ".feature"
30
30
for the directory <path>
31
31
and its sub directories.
32
- <path>/<name>.feature Load the feature file <path>/<name>.feature
32
+ <path>/<name>.feature Load the feature file <path>/<name>.feature
33
33
from the file system.
34
- classpath:<path>/<name>.feature Load the feature file <path>/<name>.feature
34
+ classpath:<path>/<name>.feature Load the feature file <path>/<name>.feature
35
35
from the classpath.
36
- <path>/<name>.feature:3:9 Load the scenarios on line 3 and line 9 in
36
+ <path>/<name>.feature:3:9 Load the scenarios on line 3 and line 9 in
37
37
the file <path>/<name>.feature.
38
- @<path>/<file> Parse <path>/<file> for feature paths generated
38
+ @<path>/<file> Parse <path>/<file> for feature paths generated
39
39
by the rerun formatter.
You can’t perform that action at this time.
0 commit comments