License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdcom.github.mpinardi |
ArtifactId | ArtifactIdcucumber-perf |
Last Version | Last Version4.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-Perf
A performance testing framework for cucumber
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cucumber-perf-4.0.3.pom | |
cucumber-perf-4.0.3.jar | 286 KB |
cucumber-perf-4.0.3-sources.jar | 119 KB |
cucumber-perf-4.0.3-javadoc.jar | 695 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mpinardi/cucumber-perf/ -->
<dependency>
<groupId>com.github.mpinardi</groupId>
<artifactId>cucumber-perf</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpinardi/cucumber-perf/
implementation 'com.github.mpinardi:cucumber-perf:4.0.3'
// https://jarcasting.com/artifacts/com.github.mpinardi/cucumber-perf/
implementation ("com.github.mpinardi:cucumber-perf:4.0.3")
'com.github.mpinardi:cucumber-perf:jar:4.0.3'
<dependency org="com.github.mpinardi" name="cucumber-perf" rev="4.0.3">
<artifact name="cucumber-perf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpinardi', module='cucumber-perf', version='4.0.3')
)
libraryDependencies += "com.github.mpinardi" % "cucumber-perf" % "4.0.3"
[com.github.mpinardi/cucumber-perf "4.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-gherkin | jar | 5.7.0 |
io.cucumber : cucumber-core | jar | 5.7.0 |
io.cucumber : cucumber-java | jar | 5.7.0 |
org.mockito : mockito-core | jar | 2.28.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |