io.github.osvaldjr:easy-cucumber-mock

Easy Cucumber JVM Testing - Mock

License

License

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.github.osvaldjr
ArtifactId

ArtifactId

easy-cucumber-mock
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Source Code Management

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

Download easy-cucumber-mock

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.github.osvaldjr : easy-cucumber-core jar 1.0.3
org.mock-server : mockserver-netty jar 5.6.0

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
1.0.3
1.0.2
1.0.1
1.0.0