Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cloud/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Cloud AI is a collection of AI capabilities available in Cypress Cloud. These ca
The current Cloud AI capabilities include:

- [Test Intent Summaries](/cloud/features/recorded-runs#Test-Intent-Summary-sparkles) - Understand what tests do without reading every command
- _(coming soon)_ Test Error Context - Plain language explanations of what went wrong in your failed tests
- ["At a glance" Error Summaries](/cloud/features/recorded-runs#Attempts-and-errors-sparkles) - Plain language explanations of what went wrong in your failed tests
- <Badge type="success">Premium Solution</Badge> [UI Coverage Test Generation](/ui-coverage/guides/address-coverage-gaps#Generate-Targeted-Tests-sparkles)
- Generate tests directly from coverage gaps found during code reviews

Expand All @@ -393,7 +393,7 @@ Organization admins and owners can enable and disable the AI capabilities for th
Cloud AI capabilities are included at no additional cost on your existing plan:

- [Test Intent Summaries](/cloud/features/recorded-runs#Test-Intent-Summary-sparkles) - available in all Cloud plans
- _(coming soon)_ Test Error Context - available in all Cloud plans
- ["At a glance" Error Summaries](/cloud/features/recorded-runs#Attempts-and-errors-sparkles)- available in all Cloud plans
- <Badge type="success">Premium Solution</Badge> [UI Coverage Test Generation](/ui-coverage/guides/address-coverage-gaps#Generate-Targeted-Tests-sparkles)
- included with UI Coverage

Expand Down
14 changes: 8 additions & 6 deletions docs/cloud/features/recorded-runs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ time, performance breakdowns, listings of the test code itself, and more.

### Header

Contains the title of the failed test, and the spec it's located in. May also
Contains the status and title of the test, as well as the spec it's located in. May also
have labels indicating test status or other pertinent information, and shortcuts
to raise tickets on integrated project management systems or view artifacts.
to raise tickets on integrated project management systems or test artifacts.

<DocsImage src="/img/cloud/runs/sidebar-header.png" alt="Test sidebar header" />

Expand All @@ -224,13 +224,15 @@ The Test Intent Summary is a Cypress Cloud AI capability. It is an AI-generated
alt="Test details sidebar AI-generated Test Intent Summary"
/>

### Attempts and errors
### Attempts and errors :sparkles:

Stack traces, error message, and point-of-failure code frames for each attempt
of a test. View or debug artifacts of each particular attempt.
Cloud AI **"At a glance" Error Summaries** are quick, human-readable explanations of what went wrong and what led to the last attempts failure, so you can jump straight into debugging and investigating the potential root cause.

This section also contains the stack traces, error messages, and point-of-failure code frames for each attempt
of a test. Drill into the attempt artifacts to see if the problem was consistent or not.

<DocsImage
src="/img/cloud/runs/sidebar-errors.png"
src="/img/cloud/runs/sidebar-errors-and-attempts.png"
alt="Test sidebar attempts and errors"
/>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/cloud/runs/sidebar-errors.png
Binary file not shown.
Binary file modified static/img/cloud/runs/sidebar-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/cloud/runs/sidebar-test-intent-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.