io.github.osvaldjr:easy-cucumber

Easy Cucumber JVM Testing

License

License

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.github.osvaldjr
ArtifactId

ArtifactId

easy-cucumber
Last Version

Last Version

0.0.18
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.osvaldjr:easy-cucumber
Easy Cucumber JVM Testing
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/easy-cucumber
Source Code Management

Source Code Management

https://github.com/osvaldjr/easy-cucumber

Download easy-cucumber

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.osvaldjr/easy-cucumber/ -->
<dependency>
    <groupId>io.github.osvaldjr</groupId>
    <artifactId>easy-cucumber</artifactId>
    <version>0.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.osvaldjr/easy-cucumber/
implementation 'io.github.osvaldjr:easy-cucumber:0.0.18'
// https://jarcasting.com/artifacts/io.github.osvaldjr/easy-cucumber/
implementation ("io.github.osvaldjr:easy-cucumber:0.0.18")
'io.github.osvaldjr:easy-cucumber:jar:0.0.18'
<dependency org="io.github.osvaldjr" name="easy-cucumber" rev="0.0.18">
  <artifact name="easy-cucumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.osvaldjr', module='easy-cucumber', version='0.0.18')
)
libraryDependencies += "io.github.osvaldjr" % "easy-cucumber" % "0.0.18"
[io.github.osvaldjr/easy-cucumber "0.0.18"]

Dependencies

compile (25)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.5.RELEASE
org.springframework.boot : spring-boot-starter-activemq jar 2.1.5.RELEASE
org.springframework.cloud : spring-cloud-starter-openfeign jar
org.springframework.cloud : spring-cloud-starter-netflix-hystrix jar
org.springframework.cloud : spring-cloud-starter-netflix-ribbon jar
org.springframework.boot : spring-boot-starter-test jar 2.1.5.RELEASE
io.cucumber : cucumber-java jar 4.3.1
io.cucumber : cucumber-junit jar 4.3.1
io.cucumber : cucumber-spring jar 4.3.1
org.projectlombok : lombok jar 1.18.8
commons-collections : commons-collections jar 3.2.2
org.ff4j : ff4j-store-redis jar 1.8
org.ff4j : ff4j-spring-boot-starter jar 1.8
org.hamcrest : hamcrest-core jar 2.1
commons-io : commons-io jar 2.6
net.masterthought : cucumber-reporting jar 4.7.0
org.zaproxy : zap-clientapi jar 1.7.0
io.springfox : springfox-swagger2 jar 2.9.2
com.jayway.jsonpath : json-path jar 2.4.0
org.springframework.boot : spring-boot-starter-data-jpa jar 2.1.5.RELEASE
org.awaitility : awaitility jar 3.1.6
javax.interceptor : javax.interceptor-api jar 1.2
org.mock-server : mockserver-netty jar 5.6.0
io.github.openfeign : feign-okhttp jar 10.3.0
com.github.everit-org.json-schema » org.everit.json.schema jar 1.12.0

test (10)

Group / Artifact Type Version
org.jeasy : easy-random-core jar 4.0.0
org.mockito : mockito-core jar 2.27.0
org.mockito : mockito-junit-jupiter jar 2.27.0
io.github.glytching : junit-extensions jar 2.3.0
org.junit.jupiter : junit-jupiter-engine jar 5.3.2
org.junit.platform : junit-platform-launcher jar 1.3.2
org.junit.vintage : junit-vintage-engine jar 5.3.2
org.junit.platform : junit-platform-runner jar 1.3.2
org.junit.jupiter : junit-jupiter-params jar 5.3.2
org.postgresql : postgresql jar 9.4-1200-jdbc41

Project Modules

There are no modules declared in this project.

Easy Cucumber

Build Status Quality Gate Status Sonatype Nexus (Releases)

Easy Cucumber is an easy to use, zero code, cucumber JVM based library witch offers predefined steps to test your API.

Contents

Features

  • Make GET, POST, PUT and DELETE requests to your API;
  • Mock HTTP dependencies with request, response, request headers, response headers and desired http status;
  • Assert HTTP Status;
  • Assert successfully and failed response body;
  • Execute security tests with OWASP ZAP;
  • Populate database tables and assert data;
  • Put, consume and assert messages in queues;
  • All features use gherkin syntax;

Credits

Versions

Version
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1