]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/cypress.json
import ceph pacific 16.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress.json
1 {
2 "baseUrl": "http://localhost:4200/",
3 "ignoreTestFiles": [
4 "*.po.ts",
5 "**/orchestrator/**"
6 ],
7 "supportFile": "cypress/support/index.ts",
8 "video": false,
9 "defaultCommandTimeout": 120000,
10 "responseTimeout": 45000,
11 "viewportHeight": 1080,
12 "viewportWidth": 1920,
13 "projectId": "k7ab29",
14 "reporter": "cypress-multi-reporters",
15 "reporterOptions": {
16 "reporterEnabled": "spec, mocha-junit-reporter",
17 "mochaJunitReporterReporterOptions": {
18 "mochaFile": "cypress/reports/results-[hash].xml"
19 }
20 },
21 "retries": 1
22 }