Jonathan Druart
c482119a4e
Sometimes the initial page load takes more than 4 seconds. Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
11 lines
388 B
JSON
11 lines
388 B
JSON
{
|
|
"baseUrl": "http://kohadev-intra.mydnsname.org:8081",
|
|
"fixturesFolder": "t/cypress/fixtures",
|
|
"integrationFolder": "t/cypress/integration",
|
|
"pluginsFile": "t/cypress/plugins",
|
|
"screenshotsFolder": "t/cypress/screenshots",
|
|
"supportFile": "t/cypress/support",
|
|
"videosFolder": "t/cypress/videos",
|
|
"testFiles": "**/*.*",
|
|
"defaultCommandTimeout": 10000
|
|
}
|