Files
cypress/system-tests/projects/migration-e2e-component-default-everything/cypress.json
Lachlan Miller 66c1e6ccf9 chore: improve migration flow test coverage (#20576)
* add an extra test for migration

* refactor: use async tools to deal with files

Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2022-03-14 12:46:13 +10:00

9 lines
116 B
JSON

{
"viewportWidth": 1200,
"e2e": {
"viewportWidth": 1600
},
"component": {
"viewportWidth": 400
}
}