-
Notifications
You must be signed in to change notification settings - Fork 5
/
reportconfig.json
27 lines (27 loc) · 1.02 KB
/
reportconfig.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
{
"viewportWidth": 1920,
"viewportHeight": 1080,
"video": false,
"env": {
"user": "kubeadmin",
"pass": "best-password-ever",
"craneUrl": "https://migration-openshift-migration.apps.devcluster.openshift.com",
"sourceCluster": "https://api.cam-src.devcluster.openshift.com:6443 -u kubeadmin -p password",
"targetCluster": "https://api.cam.tgt.devcluster.openshift.com:6443 -u kubeadmin -p password"
},
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"reporterEnabled": "cypress-mochawesome-reporter, mocha-junit-reporter",
"cypressMochawesomeReporterReporterOptions": {
"reportDir": "cypress/reports",
"charts": true,
"reportPageTitle": "MTC UI test report",
"embeddedScreenshots": true,
"inlineAssets": true
},
"mochaJunitReporterReporterOptions": {
"mochaFile": "cypress/reports/junit/results-[hash].xml"
}
},
"defaultCommandTimeout": 8000
}