summaryrefslogtreecommitdiffstats
path: root/public/cypress.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/cypress.json')
-rw-r--r--public/cypress.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/cypress.json b/public/cypress.json
new file mode 100644
index 0000000..5a2036d
--- /dev/null
+++ b/public/cypress.json
@@ -0,0 +1,9 @@
+{
+ "chromeWebSecurity": false,
+ "requestTimeout": 60000,
+ "responseTimeout": 100000,
+ "baseUrl": "http://localhost:4300/#/",
+ "env": {
+ "backendUrl": "http://localhost:8446"
+ }
+}