io.github.osvaldjr:easy-cucumber-datasource

Easy Cucumber JVM Testing - Datasource

Лицензия

Лицензия

Категории

Категории

Cucumber Тестирование приложения и мониторинг Данные
Группа

Группа

io.github.osvaldjr
Идентификатор

Идентификатор

easy-cucumber-datasource
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.osvaldjr:easy-cucumber-datasource
Easy Cucumber JVM Testing - Datasource
Ссылка на сайт

Ссылка на сайт

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/easy-cucumber-datasource
Система контроля версий

Система контроля версий

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

Скачать easy-cucumber-datasource

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.github.osvaldjr : easy-cucumber-core jar 1.0.3
org.springframework.boot : spring-boot-starter-jdbc jar 2.1.5.RELEASE

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1
1.0.0