]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress.json
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress.json
index 4f604241edb98ff7c83be41ce65cf4350b3ca2c1..9831d775fa1c31f95fbf5d9722327d1996de6ee3 100644 (file)
@@ -1,14 +1,21 @@
 {
   "baseUrl": "http://localhost:4200/",
   "ignoreTestFiles": [
-    "*.po.ts"
+    "*.po.ts",
+    "**/orchestrator/**"
   ],
   "supportFile": "cypress/support/index.ts",
   "video": false,
-  "defaultCommandTimeout": 20000,
+  "defaultCommandTimeout": 120000,
   "viewportHeight": 1080,
   "viewportWidth": 1920,
-  "pluginsFile": false,
-  "fixturesFolder": false,
-  "projectId": "k7ab29"
+  "projectId": "k7ab29",
+  "reporter": "cypress-multi-reporters",
+  "reporterOptions": {
+    "reporterEnabled": "spec, mocha-junit-reporter",
+    "mochaJunitReporterReporterOptions": {
+      "mochaFile": "cypress/reports/results-[hash].xml"
+    }
+  },
+  "retries": 1
 }