ToolJet/cypress.json
Ajith KV 794e708e6a
Updated cypress folder structure (#2909)
* Removed outdated cypress tests

* Updated cypress folder structure
2022-04-26 19:30:01 +05:30

13 lines
317 B
JSON

{
"baseUrl": "http://localhost:8082",
"execTimeout": 1800000,
"defaultCommandTimeout": 30000,
"requestTimeout": 10000,
"pageLoadTimeout": 20000,
"responseTimeout": 10000,
"viewportWidth": 1200,
"viewportHeight": 960,
"testFiles": "**/*.spec.js",
"chromeWebSecurity": true
}