From 32768e69fbde19814a9817c367d2a051692710a9 Mon Sep 17 00:00:00 2001 From: Neha Gupta Date: Wed, 24 Aug 2022 01:26:08 +0530 Subject: [PATCH] update resources info and one liner Signed-off-by: Neha Gupta --- profile/README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/profile/README.md b/profile/README.md index 5c5992d..6c363a3 100644 --- a/profile/README.md +++ b/profile/README.md @@ -21,16 +21,20 @@ -[Keploy](https://keploy.io/) is a no-code testing platform that generates tests from API calls. It converts API calls into testcases. Mocks are automatically generated with the actual request/responses. +[Keploy](https://keploy.io/) generates tests cases and data mocks from API calls. -### 🏂 Haven't tried Keploy yet? Below is a list of the most **important repositories** -
+## Resources + +📖 [Docs](https://docs.keploy.io/) - See Installation, Contribution, QuickStart, Usage Guide + +âš™ī¸ [Keploy Server](https://github.com/keploy/keploy), [Keploy UI](https://github.com/keploy/ui) + +đŸ§Šī¸ [Go Samples](https://github.com/keploy/samples-go), [Java Samples](https://github.com/keploy/samples-java) + +đŸ•ĩī¸â€ī¸ [Go](https://github.com/keploy/go-sdk), [Java](https://github.com/keploy/java-sdk), [Typescript](https://github.com/keploy/typescript-sdk) SDKs -- [Keploy](https://github.com/keploy/keploy) : No code API testing platform. Create unit tests and data mocks from API calls. -- [go-sdk](https://github.com/keploy/go-sdk) : Client SDK for Keploy API Platform. No Code API testing using production traffic. -- [UI](https://github.com/keploy/ui) : UI for Keploy platform that does API testing by dependency mocking without writing any test cases. -- [samples-go](https://github.com/keploy/samples-go) : Sample application to understand keploy integration. +🔌 [Selenium Plugin](https://github.com/keploy/browser-extension) - Browser extension to record and replay API calls made from web apps