https://cypress.io logo
I think there is a misunderstanding. The screens...
# help
f
I think there is a misunderstanding. The screenshot, (ie the size of the file you will see after the test run) will always be 720p However, the viewport within this virtual screen can be any size you want. You'll just see it scaled down as per the aspect ratio you've set Try
cy.viewport(1920, 1080)
. Then you should be able to see everything