Merged
Conversation
Code Review SummaryStatus: 12 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)CRITICAL
WARNING
SUGGESTION
Files Reviewed (27 files)
|
There was a problem hiding this comment.
Pull request overview
This PR expands the Keploy v4.0.0 documentation set for advanced API testing workflows, covering suite management, assertions, debugging, reporting, and visualization, and wires the new pages into the v4 sidebar navigation.
Changes:
- Added multiple new
running-keploydocs for API testing workflows (suite actions, selective runs, labeling, reports, schema coverage, debugging, etc.). - Updated the v4.0.0 sidebar to include the new API testing documentation pages.
- Introduced “Fix with AI” documentation (currently not linked from the sidebar).
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_sidebars/version-4.0.0-sidebars.json | Adds many new API Testing doc entries to the v4 sidebar (but currently misses “Fix with AI”). |
| versioned_docs/version-4.0.0/running-keploy/api-testing-suite-settings.md | New guide for suite panel settings/actions (share/run/bulk edits/variables/functions/CI). |
| versioned_docs/version-4.0.0/running-keploy/api-testing-sharing-reports.md | New guide for sharing run reports within a workspace. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-schema-coverage.md | New guide for schema coverage analysis and generating tests for missing coverage. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-running-selective.md | New guide for selectively running suites via checkbox/bulk actions. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-run-report.md | New guide for understanding and filtering run reports. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-mark-unbuggy.md | New guide for marking suites as unbuggy after fixes. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-local-agent.md | New guide for using the local agent for private/local endpoints. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-generation-history.md | New guide for viewing and using test generation job history. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-fixing-ai.md | New “Fix with AI” doc explaining AI-assisted repair/normalization of failing suites. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-filter-suites.md | New guide for filtering suites by endpoint/method/status/etc. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-edit-suites.md | New guide for editing suites/steps/assertions (contains placeholder/incomplete references + metadata issues). |
| versioned_docs/version-4.0.0/running-keploy/api-testing-edit-assertions.md | New detailed doc for variables + custom assertions/functions (includes conflicting naming guidance). |
| versioned_docs/version-4.0.0/running-keploy/api-testing-custom-assertions.md | New overview doc for assertion types and advanced custom function use. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-bulk-assertions.md | New guide for bulk assertions and schema validation across many tests. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-buggy-suites.md | New guide for diagnosing and fixing buggy suites (contains a typo). |
| versioned_docs/version-4.0.0/running-keploy/api-testing-assertion-tree.md | New guide for visualizing workflows via the Assertion Tree. |
| versioned_docs/version-4.0.0/running-keploy/api-testing-adding-labels.md | New guide for labeling suites (individual + bulk). |
| versioned_docs/version-4.0.0/running-keploy/api-testing-add-suite.md | New guide for adding a suite (front-matter id currently mismatches the sidebar entry). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
versioned_docs/version-4.0.0/running-keploy/api-testing-buggy-suites.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/running-keploy/api-testing-edit-suites.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/running-keploy/api-testing-edit-assertions.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/running-keploy/api-testing-edit-suites.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/running-keploy/api-testing-local-agent.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/running-keploy/api-testing-local-agent.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/running-keploy/api-testing-add-suite.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-4.0.0/running-keploy/api-testing-variables.md
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive documentation for advanced API testing features in Keploy, focusing on test suite management, assertion capabilities, test debugging, and workflow visualization. The new docs provide step-by-step guides and best practices for using features such as adding new test suites, bulk and custom assertions, schema validation, assertion trees, and debugging buggy test suites.
New and Enhanced Documentation:
Test Suite Management:
Assertion Capabilities:
Test Workflow Visualization:
Debugging and Troubleshooting: