From 8b507df44c31d0587840b7efe89f5db90b7ff309 Mon Sep 17 00:00:00 2001 From: OliverOdo Date: Fri, 23 Dec 2022 22:51:43 +0700 Subject: [PATCH 1/2] Add RestQA testing tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b343f67..177f8ff 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Milkman](https://github.com/warmuuh/milkman) - Extensible cross-platform request/response workbench, not only for http calls. * [Schemathesis](https://github.com/schemathesis/schemathesis) - Property-based testing tool for web applications built with Open API and GraphQL specifications. * [Step CI](https://github.com/stepci/stepci) - Open-source framework for API Quality Assurance, which tests REST, GraphQL and gRPC automated and from Open API spec. +* [RestQA](https://github.com/restqa/restqa) - A REST API testing Framework based on ghekin to manage microservice local testing using the best in class Developer experience. ### Mocking From c4be6e273d71b8581ba534037eb8736a6be5929e Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 2 Jan 2023 14:02:21 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 177f8ff..45dbe8f 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Milkman](https://github.com/warmuuh/milkman) - Extensible cross-platform request/response workbench, not only for http calls. * [Schemathesis](https://github.com/schemathesis/schemathesis) - Property-based testing tool for web applications built with Open API and GraphQL specifications. * [Step CI](https://github.com/stepci/stepci) - Open-source framework for API Quality Assurance, which tests REST, GraphQL and gRPC automated and from Open API spec. -* [RestQA](https://github.com/restqa/restqa) - A REST API testing Framework based on ghekin to manage microservice local testing using the best in class Developer experience. +* [RestQA](https://github.com/restqa/restqa) - A REST API testing Framework based on BDD / Gherkin to manage microservice local testing. ### Mocking