We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573096f commit da6b47eCopy full SHA for da6b47e
2 files changed
README.md
@@ -2,7 +2,7 @@
2
3
[](https://github.com/sphinx010/testAIgnite/actions/workflows/cypress.yml)
4
5
-## 📊 Live Build Status & Insights
+## Live Build Status & Insights
6
7
| Test Distribution | Reflective CI Status |
8
| :---: | :---: |
scripts/generateMetrics.js
@@ -11,7 +11,7 @@ const path = require("path");
11
12
const MAX_RUNS = 30;
13
14
-const mochawesomePath = path.join("cypress", "reports", "mochawesome.json");
+const mochawesomePath = path.join("cypress", "reports", "results.json");
15
const outDir = path.join("dashboard", "data");
16
const outFile = path.join(outDir, "runs.json");
17
0 commit comments