Skip to content

Commit 09c39de

Browse files
committed
Add Keploy
Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com>
1 parent e036c31 commit 09c39de

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

data/tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,6 @@
343343
- name: YAML
344344
value: yaml
345345
type: other
346+
- name: Keploy
347+
value: keploy
348+
type: testing

data/tools/keploy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: keploy
2+
categories:
3+
- Testing
4+
tags:
5+
- keploy
6+
- go
7+
license: Apache-2.0 License
8+
types:
9+
- cli
10+
source: "https://github.com/keploy/keploy"
11+
homepage: "https://github.com/keploy/keploy"
12+
description: >-
13+
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.
14+
15+

0 commit comments

Comments
 (0)