From 7b2057c99f5f092acc6d039bd5cf99a8a3811e88 Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:00:12 +0530 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d40e0ebd..36e5171f 100644 --- a/README.md +++ b/README.md @@ -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.