We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539940b commit 40c3cdfCopy full SHA for 40c3cdf
1 file changed
scripts/generateMetrics.js
@@ -8,8 +8,8 @@
8
9
const fs = require("fs");
10
const path = require("path");
11
-
12
-const MAX_RUNS = 30;
+//
+const MAX_RUNS = 31; // git-test-change
13
14
const mochawesomePath = path.join("cypress", "reports", "results.json");
15
const outDir = path.join("dashboard", "data");
0 commit comments