saleor-dashboard/cypress.json

12 lines
244 B
JSON
Raw Normal View History

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