| License |
License |
|---|---|
| Categories |
CategoriesCucumber Application Testing & Monitoring |
| GroupId | GroupIdfr.redfroggy.test.bdd |
| ArtifactId | ArtifactIdcucumber-restapi |
| Last Version | Last Version1.13.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCucumber Spring rest Api
REST API tests with Spring, Cucumber and Gherkin
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cucumber-restapi-1.13.1.pom | |
| cucumber-restapi-1.13.1.jar | 18 KB |
| cucumber-restapi-1.13.1-sources.jar | 12 KB |
| cucumber-restapi-1.13.1-javadoc.jar | 426 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.redfroggy.test.bdd/cucumber-restapi/ -->
<dependency>
<groupId>fr.redfroggy.test.bdd</groupId>
<artifactId>cucumber-restapi</artifactId>
<version>1.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.redfroggy.test.bdd/cucumber-restapi/
implementation 'fr.redfroggy.test.bdd:cucumber-restapi:1.13.1'
// https://jarcasting.com/artifacts/fr.redfroggy.test.bdd/cucumber-restapi/
implementation ("fr.redfroggy.test.bdd:cucumber-restapi:1.13.1")
'fr.redfroggy.test.bdd:cucumber-restapi:jar:1.13.1'
<dependency org="fr.redfroggy.test.bdd" name="cucumber-restapi" rev="1.13.1">
<artifact name="cucumber-restapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.redfroggy.test.bdd', module='cucumber-restapi', version='1.13.1')
)
libraryDependencies += "fr.redfroggy.test.bdd" % "cucumber-restapi" % "1.13.1"
[fr.redfroggy.test.bdd/cucumber-restapi "1.13.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.5.2 |
| io.cucumber : cucumber-java | jar | 6.10.4 |
| io.cucumber : cucumber-spring | jar | 6.10.4 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| com.jayway.jsonpath : json-path | jar | 2.5.0 |
| commons-io : commons-io | jar | 2.10.0 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.19.0 |
| com.github.tomakehurst : wiremock-standalone | jar | 2.27.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.cucumber : cucumber-junit | jar | 6.10.4 |
| com.opencsv : opencsv | jar | 5.4 |