Bug 32794: Expand tests for access method in XLST files
[srvgit] / cypress.json
index 41f5e30..248b6ab 100644 (file)
@@ -1,3 +1,10 @@
 {
-    "baseUrl": "http://kohadev-intra.mydnsname.org:8081"
-}
\ No newline at end of file
+    "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": "**/*.*"
+}