Added Keploy under Testing tools (#4966)

* Added Keploy under Testing tools

* tmp: revert

* tmp: irrelevant change to resolve conflict

* revert original changes

* wip

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
This commit is contained in:
Animesh Pathak 2024-09-12 14:00:12 +05:30 committed by GitHub
parent fd67545380
commit 7b2057c99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2447,6 +2447,7 @@ _Libraries for testing codebases and generating test data._
- [httpexpect](https://github.com/gavv/httpexpect) - Concise, declarative, and easy to use end-to-end HTTP and REST API testing.
- [is](https://github.com/matryer/is) - Professional lightweight testing mini-framework for Go.
- [jsonassert](https://github.com/kinbiko/jsonassert) - Package for verifying that your JSON payloads are serialized correctly.
- [keploy](https://github.com/keploy/keploy) - Generate Testcase and Data Mocks from API calls automatically.
- [omg.testingtools](https://github.com/dedalqq/omg.testingtools) - The simple library for change a values of private fields for testing.
- [restit](https://github.com/yookoala/restit) - Go micro framework to help writing RESTful API integration test.
- [schema](https://github.com/jgroeneveld/schema) - Quick and easy expression matching for JSON schemas used in requests and responses.