-
Notifications
You must be signed in to change notification settings - Fork 1
/
cypress.json
45 lines (45 loc) · 1 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"projectId": "q89zew",
"defaultCommandTimeout": 5000,
"responseTimeout": 5000,
"requestTimeout": 5000,
"scripts": {
"cypress:open": "cypress open"
},
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "reports/mocha",
"configFile": "reporterOpts.json",
"overwrite": false,
"html": false,
"json": true
},
"env": {
"ENDPOINT": "https://dev.uniresolver.io/1.0/",
"TEST_200": true,
"TEST_200_JLD": true,
"TEST_200_CBOR": true,
"TEST_406": true,
"TEST_410": true,
"TEST_404": true,
"TEST_400A": true,
"TEST_400B": true,
"TEST_400C": true,
"TEST_400D": true,
"TEST_400E": true,
"TEST_400F": true,
"TEST_400G": true,
"TEST_400H": true,
"TEST_400I": true,
"TEST_400J": true,
"TEST_200_F": true,
"TEST_200_RP": true,
"TEST_200_VT": true,
"TEST_200_VI": true,
"TEST_200_TK": true,
"TEST_200_DURL": true,
"TEST_200_DRURL": true
},
"video": false,
"screenshotOnRunFailure": false
}