Bug 32482: (follow-up) Add markup comments
[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 }