Skip to content

Commit

Permalink
test: define the default viewport on Cypress
Browse files Browse the repository at this point in the history
Set it to the value of the Macbook-13 preset
  • Loading branch information
gaetanmaisse committed Oct 11, 2021
1 parent 4870eaf commit 4f4362a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"defaultCommandTimeout": 20000,
"requestTimeout": 20000,
"responseTimeout": 60000
"responseTimeout": 60000,
"viewportHeight": 800,
"viewportWidth": 1280
}

0 comments on commit 4f4362a

Please sign in to comment.