-
Notifications
You must be signed in to change notification settings - Fork 5
/
cypress.json
25 lines (24 loc) · 856 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
{
"env": {
"userPassword": "Password00!",
"adminUser": "admin",
"editParentUser": "editparent",
"readOnlyParentUser": "readonlyparent",
"editSubUser": "editsub",
"readOnlySubUser": "readonlysub",
"editSubUserNonDataOwner": "editsubnondataowner",
"readOnlySubUserNonDataOwner": "readonlysubnondataowner",
"editStandAloneUser": "editstandalone",
"readOnlyStandAloneUser": "readonlystandalone",
"editParentMainServiceOne": "editparentmainserviceone",
"editParentMainServiceTwo": "editparentmainservicetwo",
"editParentMainServiceSix": "editparentmainservicesix",
"editParentMainServiceEight": "editparent",
"apiUrl": "http://localhost:8080/"
},
"baseUrl": "http://localhost:8080",
"ignoreTestFiles": "**/examples/**/*",
"video": false,
"viewportWidth": 1000,
"viewportHeight": 1000
}