Koha/cypress.json
Jonathan Druart c482119a4e
Bug 33408: Extend defaultCommandTimeout for cypress
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>
2023-04-13 11:48:00 -03:00

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
}