mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
13 lines
317 B
JSON
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
|
|
|
|
}
|