Koha/cypress.json
Jonathan Druart 4f1f8bb4ea
Bug 32030: Move cypress to t/
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:44:51 -03:00

10 lines
352 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": "**/*.*"
}