Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
3 changes: 3 additions & 0 deletions data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,6 @@
- name: YAML
value: yaml
type: other
- name: Keploy
value: keploy
type: other
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be removed as we don't introduce new tags for tools. There should be more than a single tool per tag. Guess that was a misunderstanding of the file's purpose. 😉

21 changes: 21 additions & 0 deletions data/tools/keploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: keploy
categories:
- linter
tags:
- keploy
- go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- keploy
- go
- csharp
- go
- javascript
- java
- python
- rust

According to the docs.

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