You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/faq.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -373,7 +373,7 @@ Cloud AI is a collection of AI capabilities available in Cypress Cloud. These ca
373
373
The current Cloud AI capabilities include:
374
374
375
375
-[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
377
377
- <Badgetype="success">Premium Solution</Badge> [UI Coverage Test Generation](/ui-coverage/guides/address-coverage-gaps#Generate-Targeted-Tests-sparkles)
378
378
- Generate tests directly from coverage gaps found during code reviews
379
379
@@ -393,7 +393,7 @@ Organization admins and owners can enable and disable the AI capabilities for th
393
393
Cloud AI capabilities are included at no additional cost on your existing plan:
394
394
395
395
-[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
397
397
- <Badgetype="success">Premium Solution</Badge> [UI Coverage Test Generation](/ui-coverage/guides/address-coverage-gaps#Generate-Targeted-Tests-sparkles)
@@ -224,13 +224,15 @@ The Test Intent Summary is a Cypress Cloud AI capability. It is an AI-generated
224
224
alt="Test details sidebar AI-generated Test Intent Summary"
225
225
/>
226
226
227
-
### Attempts and errors
227
+
### Attempts and errors:sparkles:
228
228
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.
0 commit comments