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: versioned_docs/version-3.0.0/running-keploy/self-healing-ai-api-tests.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,21 +24,27 @@ Keploy can automatically fix failing test cases using its built-in AI engine. Th
24
24
### 🔧 How to Use Self-Healing
25
25
26
26
1.**Go to the Test Report**
27
+
27
28
- Navigate to the test report where failures are listed.
28
29
29
30
2.**Click on a Failed Test**
31
+
30
32
- Open the specific failing test case you'd like to fix.
31
33
32
34
3.**Click "Fix with AI"**
35
+
33
36
- This will trigger Keploy AI to update the assertions based on the current API response.
34
37
35
-
4.*(Optional)***Add Context**
38
+
4._(Optional)_**Add Context**
39
+
36
40
- You can provide hints or expectations to help the AI fix it more precisely.
37
41
38
-
5.*(Optional)***Bulk Fix**
42
+
5._(Optional)_**Bulk Fix**
43
+
39
44
- From the **Test Suites** page, select multiple suites and click **"Fix with AI"** to heal them all in one go.
40
45
41
46
6.**Wait for AI to Heal**
47
+
42
48
- The process may take a few seconds to complete.
43
49
44
50
7.**Find Updated Tests**
@@ -50,4 +56,4 @@ Keploy can automatically fix failing test cases using its built-in AI engine. Th
50
56
- Review the updated assertions to ensure correctness.
51
57
- Combine healing with test deduplication to keep your suite clean.
52
58
53
-
[//]: #(You can read more on [Test Reports](/docs/running-keploy/review-and-improve-ai-generated-tests) or [Running Tests](/docs/running-keploy/run-ai-generated-api-tests).)
59
+
[//]: #"You can read more on [Test Reports](/docs/running-keploy/review-and-improve-ai-generated-tests) or [Running Tests](/docs/running-keploy/run-ai-generated-api-tests)."
0 commit comments