MVN

com.github.mpinardi : cucumber-perf

Maven & Gradle

Apr 28, 2023
30 stars

Cucumber-Perf · A performance testing framework for cucumber

<dependency>
    <groupId>com.github.mpinardi</groupId>
    <artifactId>cucumber-perf</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mpinardi : cucumber-perf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of com.github.mpinardi : cucumber-perf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cucumber-perf-4.0.3
cucumber-perf-4.0.2
cucumber-perf-4.0.1
cucumber-perf-4.0.0
3.0.x
cucumber-perf-3.0.3
cucumber-perf-3.0.2
cucumber-perf-3.0.1
cucumber-perf-3.0.0
2.1.x
cucumber-perf-2.1.1
cucumber-perf-2.1.0
2.0.x
cucumber-perf-2.0.0
1.3.x
cucumber-perf-1.3.1
cucumber-perf-1.3.0
1.2.x
cucumber-perf-1.2.1
cucumber-perf-1.2.0
1.1.x
cucumber-perf-1.1.1
cucumber-perf-1.1.0
1.0.x
cucumber-perf-1.0.0
0.9.x
cucumber-perf-0.9.0
0.8.x
cucumber-perf-0.8.0

How to add a dependency to Maven

Add the following com.github.mpinardi : cucumber-perf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mpinardi : cucumber-perf gradle dependency to your build.gradle file:

implementation 'com.github.mpinardi:cucumber-perf:3.0.3'

Gradle Kotlin DSL: Add the following com.github.mpinardi : cucumber-perf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mpinardi:cucumber-perf:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mpinardi : cucumber-perf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mpinardi" % "cucumber-perf" % "3.0.3"