-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cloud AI docs #6204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Cloud AI docs #6204
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
3feb631
Cloud AI docs
emilyrohrbough 01a5402
Update docs/cloud/account-management/organizations.mdx
emilyrohrbough 2872517
Update docs/cloud/faq.mdx
emilyrohrbough 663b1bf
Update docs/cloud/faq.mdx
emilyrohrbough 8d9efaf
Update docs/cloud/faq.mdx
emilyrohrbough 7ff67f1
Update docs/cloud/faq.mdx
emilyrohrbough 64ea70d
Update docs/cloud/faq.mdx
emilyrohrbough 3fd44d9
run prettier
emilyrohrbough f9b39f2
fix links
emilyrohrbough c1d576a
add retry config
emilyrohrbough File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,3 +363,49 @@ All of the data within Test Replay's Developer Tools in Cypress Cloud (including | |
### <Icon name="angle-right" /> Can I `console.log()` data in the console view of the Developer Tools panel? | ||
|
||
Yes. This displays console logs from within the application under test or your spec files. You may need to use `JSON.stringify(Object)` to display deeply nested data. | ||
|
||
## Cloud AI :sparkles: | ||
|
||
### What is Cloud AI? | ||
|
||
Cloud AI is a collection of AI capabilities available in Cypress Cloud. These capabilities are continuously being added to the Cloud experience to target various users and problems. | ||
emilyrohrbough marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
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 | ||
- <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 | ||
|
||
### Are all Cloud AI capabilities enabled by default? How can I turn them off? | ||
|
||
Cloud AI capabilities are enabled by default for all users on any Cloud plan, with [UI Coverage Test Generation](/ui-coverage/guides/address-coverage-gaps#Generate-Targeted-Tests-sparkles) being limited to UI Coverage users. | ||
|
||
Organization admins and owners can enable and disable the AI capabilities for their entire organization from their organization settings. | ||
|
||
<DocsImage | ||
src="/img/faq/questions/cypress-ai-org-setting.png" | ||
alt="Image showing the Cypress AI organization setting" | ||
/> | ||
|
||
### How much does Cloud AI cost? | ||
|
||
Cloud AI capabilities are included for free: | ||
emilyrohrbough marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
- [Test Intent Summaries](/cloud/features/recorded-runs#Test-Intent-Summary-sparkles) - available in all Cloud plans | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I assume this includes the free plans, but if not we might need to narrow this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is available for all plans, including free plans |
||
- _(coming soon)_ Test Error Context - 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 | ||
|
||
### How is my data handled? | ||
|
||
Review [Cypress AI Security](https://www.cypress.io/security) to learn how your data is handled. | ||
emilyrohrbough marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
To summarize: | ||
- Your data is _not_ used to train AI models | ||
- All data is processed and stored in Cypress's managed Cloud infrastructure | ||
- All information shared with AI models are session-bound | ||
emilyrohrbough marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- Data is _not_ shared between customers | ||
- Personally identifiable information (PII) is never shared with the AI model | ||
emilyrohrbough marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- Test content may be shared with AI models, and is _your_ responsibility as the customer to make decisions about the appropriateness of data used in testing and will avoid the use of PII, PHI, or other types of protected information. | ||
|
||
### Does Cypress use my data to train models? | ||
|
||
No, your data is not used to train models. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Uh oh!
There was an error while loading. Please reload this page.