-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcypress.json
27 lines (27 loc) · 908 Bytes
/
cypress.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"env": {
"client_url": "http://localhost",
"open_refine_url": "http://localhost:3333",
"api_url": "http://localhost",
"persistent_url": "http://example.com/fdp/e2e",
"admin_username": "albert.einstein@example.com",
"admin_password": "password",
"admin_first_name": "Albert",
"admin_last_name": "Einstein",
"user_username": "nikola.tesla@example.com",
"user_password": "password",
"user_first_name": "Nikola",
"user_last_name": "Tesla",
"mongoUrl": "mongodb://localhost:27017",
"mongoDBName": "fdp",
"open_refine_settings": "fdp/openrefine-cfg/settings.yaml",
"open_refine_storages": "fdp/openrefine-cfg/storages.yaml"
},
"screenshotsFolder": "output/screenshots",
"videosFolder": "output/videos",
"videoUploadOnPasses": false,
"numTestsKeptInMemory": 1,
"viewportWidth": 1280,
"viewportHeight": 800,
"projectId": "7o1fg9"
}