-
Notifications
You must be signed in to change notification settings - Fork 32
/
cypress.json
35 lines (35 loc) · 1017 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
28
29
30
31
32
33
34
35
{
"includeShadowDom": true,
"chromeWebSecurity": false,
"video": false,
"numTestsKeptInMemory":0,
"pageLoadTimeout": 900000,
"defaultCommandTimeout":50000,
"experimentalRunEvents": true,
"restartBrowserBetweenSpecFiles": true,
"screenshotOnRunFailure": true,
"integrationFolder":"e2e/integration",
"reporter":"cypress-multi-reporters",
"reporterOptions":{
"reporterEnabled": "cypress-mochawesome-reporter, mocha-junit-reporter",
"cypressMochawesomeReporterReporterOptions": {
"reportDir": "e2e/reports/",
"charts": true,
"reportPageTitle": "one-platform-test",
"quiet":true,
"enableCode":false,
"saveJson": true,
"inlineAssets": true,
"overwrite":false,
"json":true,
"html":false
},
"mochaJunitReporterReporterOptions": {
"mochaFile": "e2e/reports/junit/results-[hash].xml"
}},
"env": {
"width": 1920,
"height": 1080
},
"projectId": "6m2uiw"
}