io.github.osvaldjr:easy-cucumber-jms

Easy Cucumber JVM Testing - JMS

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

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

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.github.osvaldjr : easy-cucumber-core jar 1.0.3
org.springframework.boot : spring-boot-starter-activemq 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