Skip to content

Commit da6b47e

Browse files
committed
fix: use correct results.json for metrics and align README URLs
1 parent 573096f commit da6b47e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Cypress Automation CI](https://github.com/sphinx010/testAIgnite/actions/workflows/cypress.yml/badge.svg)](https://github.com/sphinx010/testAIgnite/actions/workflows/cypress.yml)
44

5-
## 📊 Live Build Status & Insights
5+
## Live Build Status & Insights
66

77
| Test Distribution | Reflective CI Status |
88
| :---: | :---: |

scripts/generateMetrics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const path = require("path");
1111

1212
const MAX_RUNS = 30;
1313

14-
const mochawesomePath = path.join("cypress", "reports", "mochawesome.json");
14+
const mochawesomePath = path.join("cypress", "reports", "results.json");
1515
const outDir = path.join("dashboard", "data");
1616
const outFile = path.join(outDir, "runs.json");
1717

0 commit comments

Comments
 (0)