Skip to content
mpinardi edited this page Jul 27, 2019 · 28 revisions

Welcome to the cucumber-perf wiki!

1. Installing Cucumber Perf

A. For cucumber version 4.3.0 to 4.3.1 using maven

<dependency>
  <groupId>com.github.mpinardi</groupId>
  <artifactId>cucumber-perf</artifactId>
  <version>2.0.0</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>

c. For cucumber version 3.x using maven

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

2. Writing a plan

3. Running Cucumber Perf

Clone this wiki locally