blob: fae585389f6c723cc725c4e86e9ec340e6222622 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"baseUrl": "http://localhost:4200/",
"ignoreTestFiles": [
"*.po.ts",
"**/orchestrator/**"
],
"supportFile": "cypress/support/index.ts",
"video": false,
"defaultCommandTimeout": 120000,
"responseTimeout": 45000,
"viewportHeight": 1080,
"viewportWidth": 1920,
"projectId": "k7ab29",
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "cypress/reports/results-[hash].xml"
}
},
"retries": 1
}
|