saleor-dashboard/cypress.json
Karolina Rakoczy 5ede05affe
fix failing tests (#1797)
* fix failing tests

* fix tests for gift cards

* fix tests for gift cards

* upload video only when fail

* fix preorder time

* fixed translation page

* fix navigation, stripe and adyen

* fix graphQl npm

* update stories
2022-01-31 09:37:49 +01:00

13 lines
277 B
JSON

{
"baseUrl": "http://localhost:9000/",
"projectId": "k8be36",
"chromeWebSecurity": false,
"videoUploadOnPasses": false,
"defaultCommandTimeout": 15000,
"requestTimeout": 15000,
"viewportWidth": 1400,
"viewportHeight": 660,
"retries": {
"runMode": 2
}
}