From 9fb4b3460949e0ef442674dbc4489abe038faa63 Mon Sep 17 00:00:00 2001 From: Yahya Oweis Date: Sat, 1 Feb 2020 02:21:32 +0100 Subject: [PATCH] Add Karate [Karate](https://github.com/intuit/karate) - DSL that combine API test-automation, mocks and performance-testing making testing REST/HTTP services easy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afeb9df..3b26611 100644 --- a/README.md +++ b/README.md @@ -953,6 +953,7 @@ _Tools that simplify testing asynchronous services._ - [GreenMail](http://www.icegreen.com/greenmail) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. (GPL-2.0-only) - [Hoverfly Java](https://github.com/SpectoLabs/hoverfly-java) - Native bindings for Hoverfly, a proxy which allows you to simulate HTTP services. - [REST Assured](https://github.com/jayway/rest-assured) - DSL for easy testing of REST/HTTP services. +- [Karate](https://github.com/intuit/karate) - DSL that combine API test-automation, mocks and performance-testing making testing REST/HTTP services easy. #### BDD