From 09c39dec7612ccda526543050e1155af00d68e2f Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Mon, 12 May 2025 00:16:57 +0530 Subject: [PATCH 1/7] Add Keploy Signed-off-by: Achanandhi-M --- data/tags.yml | 3 +++ data/tools/keploy.yml | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 data/tools/keploy.yml diff --git a/data/tags.yml b/data/tags.yml index 8b8e3d5d38..4bbf3cb012 100644 --- a/data/tags.yml +++ b/data/tags.yml @@ -343,3 +343,6 @@ - name: YAML value: yaml type: other +- name: Keploy + value: keploy + type: testing diff --git a/data/tools/keploy.yml b/data/tools/keploy.yml new file mode 100644 index 0000000000..db44b0fe84 --- /dev/null +++ b/data/tools/keploy.yml @@ -0,0 +1,15 @@ +name: keploy +categories: + - Testing +tags: + - keploy + - go +license: Apache-2.0 License +types: + - cli +source: "https://github.com/keploy/keploy" +homepage: "https://github.com/keploy/keploy" +description: >- + Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides a unit, API, and integration testing agent for developers, generating tests, mocks/stubs for APIs that actually work. + + From 9d7cf67a3e20d534e68d4d468adbfae96d812d65 Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Mon, 12 May 2025 00:23:22 +0530 Subject: [PATCH 2/7] Add Keploy Signed-off-by: Achanandhi-M --- data/tools/keploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/tools/keploy.yml b/data/tools/keploy.yml index db44b0fe84..322e98a8d9 100644 --- a/data/tools/keploy.yml +++ b/data/tools/keploy.yml @@ -10,6 +10,5 @@ types: source: "https://github.com/keploy/keploy" homepage: "https://github.com/keploy/keploy" description: >- - Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides a unit, API, and integration testing agent for developers, generating tests, mocks/stubs for APIs that actually work. - + Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides API, and integration testing agents, generating tests, mocks, and stubs for APIs that actually work. Additionally, Keploy offers an AI-powered Unit Testing Agent that generates stable, useful unit tests directly in your GitHub PRs and in VSCode, helping catch errors and improve code quality. From fcdd24a8715dcb67a00937c1cd1ca402a2e2e38f Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Mon, 12 May 2025 00:23:46 +0530 Subject: [PATCH 3/7] Add Keploy Signed-off-by: Achanandhi-M --- data/tools/keploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tools/keploy.yml b/data/tools/keploy.yml index 322e98a8d9..90320e1eb9 100644 --- a/data/tools/keploy.yml +++ b/data/tools/keploy.yml @@ -10,5 +10,5 @@ types: source: "https://github.com/keploy/keploy" homepage: "https://github.com/keploy/keploy" description: >- - Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides API, and integration testing agents, generating tests, mocks, and stubs for APIs that actually work. Additionally, Keploy offers an AI-powered Unit Testing Agent that generates stable, useful unit tests directly in your GitHub PRs and in VSCode, helping catch errors and improve code quality. + Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides API, and integration testing agents, generating tests, mocks/stubs for APIs that actually work. Additionally, Keploy offers an AI-powered Unit Testing Agent that generates stable, useful unit tests directly in your GitHub PRs and in VSCode, helping catch errors and improve code quality. From 6d2b2f6cd1c3e4564ef6dd2a8b4aebd8e1a6f432 Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Mon, 12 May 2025 00:28:54 +0530 Subject: [PATCH 4/7] Add Keploy Signed-off-by: Achanandhi-M --- data/tools/keploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tools/keploy.yml b/data/tools/keploy.yml index 90320e1eb9..3ea8cd994f 100644 --- a/data/tools/keploy.yml +++ b/data/tools/keploy.yml @@ -1,6 +1,6 @@ name: keploy categories: - - Testing + - other tags: - keploy - go From 32f60fe254e47ea1e570f8e37bb247ab95144fde Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Mon, 12 May 2025 00:31:30 +0530 Subject: [PATCH 5/7] Add Keploy Signed-off-by: Achanandhi-M --- data/tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tags.yml b/data/tags.yml index 4bbf3cb012..3e75b5b2b6 100644 --- a/data/tags.yml +++ b/data/tags.yml @@ -345,4 +345,4 @@ type: other - name: Keploy value: keploy - type: testing + type: other From 197bd06000b2fc7dc3f083588e2d87379546dd84 Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Mon, 12 May 2025 00:39:52 +0530 Subject: [PATCH 6/7] Add Keploy Signed-off-by: Achanandhi-M --- data/tools/keploy.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/data/tools/keploy.yml b/data/tools/keploy.yml index 3ea8cd994f..15727cb7c1 100644 --- a/data/tools/keploy.yml +++ b/data/tools/keploy.yml @@ -1,14 +1,21 @@ name: keploy categories: - - other + - linter tags: - keploy - go license: Apache-2.0 License types: - cli -source: "https://github.com/keploy/keploy" -homepage: "https://github.com/keploy/keploy" +homepage: "https://keploy.io/" +source: "https://github.com/keploy/" +resources: + - title: "Keploy PR Agent" + url: https://github.com/apps/keploy + - title: "Keploy Agent VSCode Extension" + url: https://marketplace.visualstudio.com/items?itemName=Keploy.keployio + - title: "Keploy Low code Integration Testing" + url: "https://github.com/keploy/keploy" description: >- Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides API, and integration testing agents, generating tests, mocks/stubs for APIs that actually work. Additionally, Keploy offers an AI-powered Unit Testing Agent that generates stable, useful unit tests directly in your GitHub PRs and in VSCode, helping catch errors and improve code quality. From 7365b462c1ccbeb561d8381242cc1621c7c800df Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Mon, 12 May 2025 07:47:33 +0530 Subject: [PATCH 7/7] Add Keploy Signed-off-by: Achanandhi-M --- data/tags.yml | 3 --- data/tools/keploy.yml | 7 ++++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/tags.yml b/data/tags.yml index 3e75b5b2b6..8b8e3d5d38 100644 --- a/data/tags.yml +++ b/data/tags.yml @@ -343,6 +343,3 @@ - name: YAML value: yaml type: other -- name: Keploy - value: keploy - type: other diff --git a/data/tools/keploy.yml b/data/tools/keploy.yml index 15727cb7c1..bcbbc01f17 100644 --- a/data/tools/keploy.yml +++ b/data/tools/keploy.yml @@ -2,8 +2,13 @@ name: keploy categories: - linter tags: - - keploy - go + - csharp + - javascript + - java + - python + - rust + license: Apache-2.0 License types: - cli