From ce5f025ad1206e2e79feda1acfb772db77babaae Mon Sep 17 00:00:00 2001 From: Igor Gursky Date: Thu, 16 Jun 2016 12:14:38 +0300 Subject: [PATCH] Add "Cukes-REST" - a collection of steps for Cucumber --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cfb98f..833b9d5 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. * [Citrus](http://citrusframework.org/) - Integration testing framework with focus on client- and serverside messaging. * [Cucumber](https://github.com/cucumber/cucumber-jvm) - BDD testing framework. +* [Cukes-REST](https://github.com/ctco/cukes-rest) - A collection of Gherkin steps for REST-service testing using Cucumber. * [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance. * [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent.