summaryrefslogtreecommitdiffstats
path: root/cypress.json
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-01 17:29:37 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-01 19:53:33 +0200
commitd20d14cb42b53ea5322447da28618ec2d796ebc5 (patch)
tree3d43f257016378aeb92e24c10932d3d93f5de825 /cypress.json
parentf77cf749c0ba5094c88e207b7b660ece8dd44cbe (diff)
add cypress testing
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'cypress.json')
-rw-r--r--cypress.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/cypress.json b/cypress.json
new file mode 100644
index 00000000..75c55262
--- /dev/null
+++ b/cypress.json
@@ -0,0 +1,7 @@
+{
+ "baseUrl": "http://localhost:8082/index.php/",
+ "projectId": "7mqhfh",
+ "viewportWidth": 1280,
+ "viewportHeight": 720,
+ "defaultCommandTimeout": 6000
+}