Skip to content

Commit 11926db

Browse files
committed
chore : Select and edit suites, add in sidebar
1 parent 2fdca95 commit 11926db

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

versioned_docs/version-3.0.0/running-keploy/api-testing-chrome-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: api-testing-chrome-extension
33
title: API Test Recorder (Chrome Extension)
4-
sidebar_label: Review & Improve Tests
4+
sidebar_label: API Test Recorder
55
description: Learn how to install, record, export, and auto-generate Keploy tests straight from your browser.
66
---
77

versioned_docs/version-3.0.0/running-keploy/review-and-improve-ai-generated-tests.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ Mix-and-match them as needed—every example below can live inside the same `ass
7373
> **Tip **
7474
> Combine multiple assertions in one step to cover status, headers **and** body in a single round-trip. Every assertion is evaluated independently, so one failure pinpoints the exact mismatch.
7575
76-
## Select a Test Suite
76+
## Edit and Manage Test Suites
7777

78-
Manage entire suites easily from the **Test Suites** list:
78+
In the Test Suites list, hover over any row to reveal the ︙ (more-options) menu:
7979

80-
- **︙ Menu**: Hover over any suite row to reveal options:
81-
- **Add Test Suite** – Create a new suite and give it a clear title and description.
82-
- **Select Test Suite** – Choose an existing suite to duplicate, automatically copying all its steps and tags.
80+
**︙ Menu**: Hover over any suite row to reveal options:
81+
- **Add Test Suite** – Create a new suite and give it a clear, descriptive title.
82+
- **Select Test Suite** – Choose an existing suite for running or further changes.
83+
- **Edit Test Suite** – Update the suite’s name, description, or included tests.
84+
- **Delete Test Suite** – Permanently remove a suite you no longer need.
8385

8486
All changes are saved instantly and logged.

versioned_sidebars/version-3.0.0-sidebars.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"label": "Getting Started",
1313
"collapsed": false,
1414
"items": [
15-
"running-keploy/generate-api-tests-using-ai"
15+
"running-keploy/generate-api-tests-using-ai",
16+
"running-keploy/api-testing-chrome-extension"
1617
]
1718
},
1819
{

0 commit comments

Comments
 (0)