Open
Description
Original comment here: cypress-io/cypress#3324 (comment)
- We need to clearly communicate best practices around performing screenshot comparison.
- We need to communicate why the screenshot size is different from the viewport size.
- We need to communicate how screenshots are different when in
cypress open
versuscypress run
- We need to communicate how scaling is handled and not handled.
- When do you screenshot - how do you make sure everything is loaded How to ensure all react components are loaded before cy.screenshot() cypress#5275