Compare commits

...

3 Commits

Author SHA1 Message Date
Francois Zaninotto
273e6635be Merge pull request #144 from olivierodo/adding-restqa
Add RestQA testing tool
2023-01-02 14:02:28 +01:00
Francois Zaninotto
c4be6e273d Update README.md 2023-01-02 14:02:21 +01:00
OliverOdo
8b507df44c Add RestQA testing tool 2022-12-23 22:51:43 +07:00

View File

@@ -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 BDD / Gherkin to manage microservice local testing.
### Mocking