You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,10 @@
32
32
</a>
33
33
</p>
34
34
35
-
36
35
[Keploy](https://keploy.io) is a **developer‑centric API and integration testing tool** that auto‑generates **tests and data‑mocks** faster than unit tests.
37
36
38
37
It records API calls, database queries, and streaming events — then replays them as tests. Under the hood, Keploy **uses eBPF to capture traffic at the network layer,** but for you it’s completely **code‑less** and **language‑agnostic**.
39
38
40
-
41
39
<imgalign="center"src="https://raw.githubusercontent.com/keploy/docs/main/static/gif/record-replay.gif"width="100%"alt="Convert API calls to API tests test cases and Data Mocks using AI"/>
42
40
43
41
> 🐰 **Fun fact:** Keploy uses itself for testing! Check out our swanky coverage badge: [](https://coveralls.io/github/keploy/keploy?branch=main&kill_cache=1)
@@ -87,7 +85,6 @@ This helps expand API Schema, Statement, and Branch Coverage.
87
85
88
86
<imgsrc="https://keploy-devrel.s3.us-west-2.amazonaws.com/ai+test+case+generation+that+works.png"width="100%"alt="ai test gen for api statement schema and branch coverage"/>
89
87
90
-
91
88
### Other Capabilities
92
89
93
90
- 🌐 **CI/CD Integration:** Run tests with mocks anywhere you like—locally on the CLI, in your CI pipeline (Jenkins, Github Actions..) , or even across a Kubernetes cluster. [Read more](https://keploy.io/docs/running-keploy/api-testing-cicd/)
@@ -105,6 +102,16 @@ This helps expand API Schema, Statement, and Branch Coverage.
105
102
106
103
### 1. Install Keploy Agent
107
104
105
+
### ⚠️ Linux (Ubuntu/Debian) – Docker Compose Note
106
+
107
+
On Ubuntu/Debian systems, installing Docker using the default `docker.io`
108
+
package may not include Docker Compose v2. This can cause
109
+
Keploy Docker Compose–based samples to fail.
110
+
111
+
To avoid this issue, install Docker Engine and Docker Compose
112
+
from Docker’s official repository so that the `docker compose`
0 commit comments