Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-02 00:12:11 +0300
committerJulius Härtl <jus@bitgrid.net>2020-01-04 13:31:51 +0300
commit08386c96cf2b942c0d93f32aa0d39505ad6510ac (patch)
treef3ee4dc1d65fd946148119c6cfa2c4b1c9acd79a /cypress.json
parent290af2b60216700e2a8f7d4c3b1e9ddf0a0f2394 (diff)
Cypress test skeleton
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'cypress.json')
-rw-r--r--cypress.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/cypress.json b/cypress.json
new file mode 100644
index 000000000..f58dd3916
--- /dev/null
+++ b/cypress.json
@@ -0,0 +1,6 @@
+{
+ "baseUrl": "https://localhost:8081/index.php/",
+ "projectId": "hx9gqy",
+ "viewportWidth": 1280,
+ "viewportHeight": 720
+}