Skip to content

Commit 1c38cdc

Browse files
nehagupactions-user
authored andcommitted
Merge remote-tracking branch 'origin/main' into atg
2 parents 1d4f66d + 6f07c2b commit 1c38cdc

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

versioned_docs/version-3.0.0/running-keploy/self-healing-ai-api-tests.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,27 @@ Keploy can automatically fix failing test cases using its built-in AI engine. Th
2424
### 🔧 How to Use Self-Healing
2525

2626
1. **Go to the Test Report**
27+
2728
- Navigate to the test report where failures are listed.
2829

2930
2. **Click on a Failed Test**
31+
3032
- Open the specific failing test case you'd like to fix.
3133

3234
3. **Click "Fix with AI"**
35+
3336
- This will trigger Keploy AI to update the assertions based on the current API response.
3437

35-
4. *(Optional)* **Add Context**
38+
4. _(Optional)_ **Add Context**
39+
3640
- You can provide hints or expectations to help the AI fix it more precisely.
3741

38-
5. *(Optional)* **Bulk Fix**
42+
5. _(Optional)_ **Bulk Fix**
43+
3944
- From the **Test Suites** page, select multiple suites and click **"Fix with AI"** to heal them all in one go.
4045

4146
6. **Wait for AI to Heal**
47+
4248
- The process may take a few seconds to complete.
4349

4450
7. **Find Updated Tests**
@@ -50,4 +56,4 @@ Keploy can automatically fix failing test cases using its built-in AI engine. Th
5056
- Review the updated assertions to ensure correctness.
5157
- Combine healing with test deduplication to keep your suite clean.
5258

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)."

versioned_sidebars/version-3.0.0-sidebars.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"label": "Getting Started",
1313
"collapsed": false,
1414
"items": [
15-
"running-keploy/generate-api-tests-using-ai",
16-
"running-keploy/self-healing-ai-api-tests"
15+
"running-keploy/generate-api-tests-using-ai"
1716
]
1817
},
1918
{
@@ -22,7 +21,8 @@
2221
"collapsed": false,
2322
"items": [
2423
"running-keploy/review-and-improve-ai-generated-tests",
25-
"running-keploy/share-tests"
24+
"running-keploy/share-tests",
25+
"running-keploy/self-healing-ai-api-tests"
2626
]
2727
},
2828
{

0 commit comments

Comments
 (0)