commit | 40793f4a18c4a23d1414654116657323d7ea800c | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
tree | 363a0b99636ae356122f3c48549be067d3d8a376 | |
parent | fc4079587bfc0955a590b1f9419efce17c0c3264 [diff] [blame] |
test: introduce cypress tests Co-authored-by: Ankush <ankush@iwebnotes.com> Co-authored-by: Nabin Hait <nabinhait@gmail.com>
diff --git a/cypress.json b/cypress.json new file mode 100644 index 0000000..2f5026f --- /dev/null +++ b/cypress.json
@@ -0,0 +1,11 @@ +{ + "baseUrl": "http://test_site:8000/", + "projectId": "da59y9", + "adminPassword": "admin", + "defaultCommandTimeout": 20000, + "pageLoadTimeout": 15000, + "retries": { + "runMode": 2, + "openMode": 2 + } +} \ No newline at end of file