Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Created January 7, 2022 02:13
Show Gist options
  • Save wenqiglantz/92290579b9fabd7713e1bf12d4ad92f7 to your computer and use it in GitHub Desktop.
Save wenqiglantz/92290579b9fabd7713e1bf12d4ad92f7 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-spring</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit-platform-engine</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment