saleor-dashboard/cypress.json
Karolina d5233b3131
Saleor 2893 fix failing cypress tests (#1064)
* fix tests

* fix tests

* fix tests
2021-04-16 13:36:24 +02:00

10 lines
No EOL
199 B
JSON

{
"baseUrl": "http://localhost:9000/dashboard/",
"defaultCommandTimeout": 15000,
"requestTimeout": 15000,
"viewportWidth": 1400,
"viewportHeight": 660,
"retries": {
"runMode": 2
}
}