From f42e9d86c265a9dcee2a063f5c5b9b5296fb9c87 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Fri, 14 Feb 2020 11:13:16 +0900 Subject: [PATCH] Relocate Karate to be placed lexicographically This commit also changes "combine" to "combines" for subject-verb agreement. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca13725..fe73e25 100644 --- a/README.md +++ b/README.md @@ -945,8 +945,8 @@ _Tools that simplify testing asynchronous services._ - [ConcurrentUnit](https://github.com/jhalterman/concurrentunit) - Toolkit for testing multi-threaded and asynchronous applications. - [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. +- [Karate](https://github.com/intuit/karate) - DSL that combines API test-automation, mocks and performance-testing making testing REST/HTTP services easy. - [REST Assured](https://github.com/rest-assured/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