-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
existing workaroundpkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directory
Description
Current behavior:
I have a application which is displayed across multiple screens which is bigger that the max screen size of 400px wide
cy.viewport(7680, 1601);
Error:
CypressError: cy.viewport() width and height must be between 20px and 4000px.
Desired behavior:
The max cy.viewport()
width and height increased to 8000px
.
Steps to reproduce: (app code and test code)
cy.viewport(7680, 1601);
https://github.com/digiink/cypress-test-tiny
Versions
Cypress package version: 3.6.1
Cypress binary version: 3.6.1
Mac OS 10.14
Chrome 78
Metadata
Metadata
Assignees
Labels
existing workaroundpkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directory