Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions data/tools/keploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: keploy
categories:
- linter
tags:
- go
- csharp
- javascript
- java
- python
- rust

license: Apache-2.0 License
types:
- cli
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.

Loading