Bug 18398: Update C4::Message enqueue to use $patron->notice_email_address
[koha-ffzg.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 }