-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docs: Update what is not supported in Test Replay with issue links #5876
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
Conversation
what is happening 😅 why does the lint fail on CI and not locally for this file? |
docs/faq/questions/cloud-faq.mdx
Outdated
- 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.
- Console props of Cypress commands outside of `cy.request()`. ([see issue](https://github.com/cypress-io/cypress/issues/29911)) | |
- Console props of Cypress commands outside of `cy.request()` ([see issue](https://github.com/cypress-io/cypress/issues/29911)) |
for consistency with other list items
Did you run |
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.
No more comments 🙂 !
LGTM!
Yah I needed to run |
The FAQ does not comprehensively reflect what is supported in Test Replay. Additionally it's incorrectly saying we don't support Shadow DOm. https://docs.cypress.io/faq/questions/cloud-faq#Is-every-aspect-of-my-stack-included-in-Test-Replay
This updates the FAQ to be comprehensive and also point to issues where people can actively express and track support.