Skip to content

Commit e41ed2e

Browse files
Cloud AI Error summaries docs (#6218)
1 parent c323e53 commit e41ed2e

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

docs/cloud/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Cloud AI is a collection of AI capabilities available in Cypress Cloud. These ca
373373
The current Cloud AI capabilities include:
374374

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

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

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

docs/cloud/features/recorded-runs.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ time, performance breakdowns, listings of the test code itself, and more.
209209

210210
### Header
211211

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

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

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

227-
### Attempts and errors
227+
### Attempts and errors :sparkles:
228228

229-
Stack traces, error message, and point-of-failure code frames for each attempt
230-
of a test. View or debug artifacts of each particular attempt.
229+
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.
230+
231+
This section also contains the stack traces, error messages, and point-of-failure code frames for each attempt
232+
of a test. Drill into the attempt artifacts to see if the problem was consistent or not.
231233

232234
<DocsImage
233-
src="/img/cloud/runs/sidebar-errors.png"
235+
src="/img/cloud/runs/sidebar-errors-and-attempts.png"
234236
alt="Test sidebar attempts and errors"
235237
/>
236238

Loading
-46.9 KB
Binary file not shown.
-2.66 KB
Loading
Loading

0 commit comments

Comments
 (0)