Skip to content

Instantly share code, notes, and snippets.

@filiphric
Last active October 12, 2021 19:32
Show Gist options
  • Save filiphric/62405f00809871655df82f5a3ae23feb to your computer and use it in GitHub Desktop.
Save filiphric/62405f00809871655df82f5a3ae23feb to your computer and use it in GitHub Desktop.
Using cy.viewport() command to test different resolutions
it('viewport test', () => {
cy.visit('/')
cy.viewport(320, 480)
cy.viewport('iphone-5')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment