From de092bf73014f38ee87ca61784ff5fd5930317f5 Mon Sep 17 00:00:00 2001 From: DeNNiiInc Date: Mon, 29 Dec 2025 10:58:30 +1100 Subject: [PATCH] Fix SyntaxError - duplicate jsonPath --- lib/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runner.js b/lib/runner.js index 04a24ae..f2ed8d9 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -244,7 +244,7 @@ async function _executeTest(url, options) { }; // Update summary file with new filmstrip - const jsonPath = path.join(reportDir, `${testId}.json`); + jsonPath = path.join(reportDir, `${testId}.json`); fs.writeFileSync(jsonPath, JSON.stringify(summary, null, 2)); // Prepare Database Insert