File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This is the simplest possible setup for Cucumber-JVM using Java with Maven.
44There is nothing fancy like a webapp or browser testing. All this does is to
55show you how to set up and run Cucumber!
66
7+ There is a single feature file with one scenario. The scenario has three steps,
8+ one passing, skipped and undefined. See if you can make them all pass!
9+
710To write assertions the project comes with [ AssertJ] ( https://assertj.github.io/doc/#assertj-core-assertions-guide )
811included.
912
@@ -12,7 +15,7 @@ included.
1215Git:
1316
1417 git clone https://github.com/cucumber/cucumber-jvm-starter-maven-java.git
15- cd cucumber-java-skeleton
18+ cd cucumber-jvm-starter-maven-java
1619
1720Or [ download a zip] ( https://github.com/cucumber/cucumber-jvm-starter-maven-java/archive/main.zip ) file.
1821
@@ -70,7 +73,7 @@ mvn verify -DexcludedGroups="Haricots" -Dgroups="Zucchini | Gherkin"
7073
7174### Running a single scenario or feature
7275
73- Maven and Gradle do not (yet) support selecting single features or scenarios
76+ Maven does not (yet) support selecting single features or scenarios
7477with JUnit selectors. As a work around the ` cucumber.features ` property can be
7578used. Because this property will cause Cucumber to ignore any other selectors
7679from JUnit it is prudent to only execute the Cucumber engine.
You can’t perform that action at this time.
0 commit comments