Skip to content
mpinardi edited this page Jun 12, 2019 · 28 revisions

Welcome to the cucumber-perf wiki!

1. Installing Cucumber Perf

a. For cucumber version 3.x using maven

<dependency>
  <groupId>com.github.mpinardi</groupId>
  <artifactId>cucumber-perf</artifactId>
  <version>1.2.1</version>
</dependency>

b. For cucumber version 4.0 to 4.2 using maven

<dependency>
  <groupId>com.github.mpinardi</groupId>
  <artifactId>cucumber-perf</artifactId>
  <version>1.3.1</version>
</dependency>

2. Writing a plan

3. Running Cucumber Perf

Clone this wiki locally