-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Refresh the Test Replay page #5985
Conversation
cypress-documentation Run #88
Run Properties:
|
Project |
cypress-documentation
|
Branch Review |
test-replay-refresh
|
Run status |
Passed #88
|
Run duration | 03m 56s |
Commit |
65088a44c9: Merge branch 'main' into test-replay-refresh
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
279
|
View all changes introduced in this branch ↗︎ |
UI Coverage
10.92%
|
|
---|---|
Untested elements |
1795
|
Tested elements |
3
|
Accessibility
95.68%
|
|
---|---|
Failed rules |
2 critical
5 serious
4 moderate
0 minor
|
Failed elements |
582
|
docs/cloud/features/test-replay.mdx
Outdated
- Audio ([see issue](https://github.com/cypress-io/cypress/issues/29905)) | ||
- Objects that do not have `type="image/svg+xml"` ([see issue](https://github.com/cypress-io/cypress/issues/29904)) | ||
- Shadow DOM with `slotAssignment="manual"` ([see issue](https://github.com/cypress-io/cypress/issues/29107)) | ||
- Shadow DOM canvas ([see issue](https://github.com/cypress-io/cypress/issues/30438)) |
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.
- Shadow DOM canvas ([see issue](https://github.com/cypress-io/cypress/issues/30438)) | |
- Shadow DOM canvases ([see issue](https://github.com/cypress-io/cypress/issues/30438)) |
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.
Updated here to be more specific on plurality and elements vs other things 56e77c8
(#5985)
- Web sockets ([see issue](https://github.com/cypress-io/cypress/issues/29907)) | ||
- localStorage & sessionStorage ([see issue](https://github.com/cypress-io/cypress/issues/29909)) | ||
- Cookies ([see issue](https://github.com/cypress-io/cypress/issues/29910)) | ||
- Console props of Cypress commands outside of `cy.request()` ([see issue](https://github.com/cypress-io/cypress/issues/29911)) |
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.
Do we want to call out that we do not capture network traffic of cy.request()
either?
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.
Addressed here 7ec343a
(#5985) I created a public issue to track this also.
|
||
:::info | ||
|
||
**Tip:** We recommend disabling video recording when recording with |
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.
is it clear that video is disabled by default?
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.
There are so many customers I've seen that have it on, I do think it needs to be called out very explicitly.
Co-authored-by: Ryan Manuel <[email protected]>
Co-authored-by: Ryan Manuel <[email protected]>
Addresses https://github.com/cypress-io/cypress-services/issues/9512