]> git.koha-community.org Git - koha.git/blob - cypress.json
Bug 35492: Open holds tab by default on opac-user.pl after suspending a hold
[koha.git] / cypress.json
1 {
2     "baseUrl": "http://kohadev-intra.mydnsname.org:8081",
3     "fixturesFolder": "t/cypress/fixtures",
4     "integrationFolder": "t/cypress/integration",
5     "pluginsFile": "t/cypress/plugins",
6     "screenshotsFolder": "t/cypress/screenshots",
7     "supportFile": "t/cypress/support",
8     "videosFolder": "t/cypress/videos",
9     "testFiles": "**/*.*",
10     "defaultCommandTimeout": 10000
11 }