cypress set viewport
//add this in cypress.json
{
"viewportWidth": 1280,
"viewportHeight": 720
}
cypress set viewport
//add this in cypress.json
{
"viewportWidth": 1280,
"viewportHeight": 720
}
cypress set viewport
//for all test files, add this in cypress.json
{
"viewportWidth": 1280,
"viewportHeight": 720
}
//for individual file(applies for all test cases inside this file)
//add a script in package.json
"script_name": "./node_modules/.bin/cypress run --browser chrome --config viewportWidth=414,viewportHeight=896 --spec 'cypress/integration/file_name.js'"
cypress support ability to set viewport in `before`
// pass viewport in cmd, this will over ride settings in cypress.json
"script_name": "./node_modules/.bin/cypress run --browser chrome --config viewportWidth=414,viewportHeight=896 --spec 'cypress/integration/file_name.js'"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us