-
Notifications
You must be signed in to change notification settings - Fork 1.1k
DRAFT: Studio AI docs #6278
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
base: main
Are you sure you want to change the base?
DRAFT: Studio AI docs #6278
Conversation
cypress-documentation
|
Project |
cypress-documentation
|
Branch Review |
studio-ai
|
Run status |
|
Run duration | 05m 10s |
Commit |
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
309
|
View all changes introduced in this branch ↗︎ |
UI Coverage
10.83%
|
|
---|---|
|
2489
|
|
3
|
Accessibility
97.22%
|
|
---|---|
|
1 critical
3 serious
4 moderate
0 minor
|
|
28
|
## AI-Powered Recommendations | ||
|
||
Cypress Studio AI enhances your test creation workflow by automatically analyzing your interactions and suggesting relevant assertions in real time. As you record actions, the AI appears in the Studio Panel with intelligent recommendations tailored to each step. | ||
|
||
### How AI Recommendations Work | ||
|
||
1. **Automatic Analysis**: As you interact with elements, the AI analyzes the context and element properties | ||
2. **Smart Suggestions**: Relevant assertions appear in the Studio Panel based on your actions | ||
3. **Accept or Reject**: Review each recommendation and choose to accept or reject it | ||
4. **Seamless Integration**: Accepted recommendations can be saved to your test file | ||
|
||
### Types of AI Recommendations | ||
|
||
The AI Suggests assertions based on changes within your App after interactions occur. | ||
|
||
- **Visibility checks**: Ensure elements are visible or hidden | ||
- **Text validation**: Verify text content matches expectations | ||
- **Form validation**: Check input values, selections, and form states | ||
- **Element properties**: Validate attributes, classes, and other properties | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The AI-Powered Recommendations
section was added inside the existing How Cypress Studio Works
section and at the same hierarchy level. Should this be moved ahead of the title of the How Cypress Studio Works
section as a standalone section to describe what Studio AI is?
Then in the Add assertions
section, should it explain the two ways of adding assertions (manual vs AI) and when to use each one?
<ProductHeading product="app" /> | ||
|
||
# Cypress Studio | ||
# Cypress Studio AI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not know the entire product was going to get rebranded as "Cypress Studio AI". There are still several places in the document where it is still referenced as just "Cypress Studio"
Close https://github.com/cypress-io/cypress-services/issues/11595