-
diff --git a/lib/runner.js b/lib/runner.js
index f1adc48..43f3c1b 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -147,6 +147,9 @@ async function _executeTest(url, options) {
// Prepare JSON Summary
const lhr = runnerResult.lhr;
+
+
+
const summary = {
id: testId,
url: lhr.finalUrl,
@@ -166,7 +169,6 @@ async function _executeTest(url, options) {
isMobile: isMobile,
filmstrip: captureFilmstrip ? (lhr.audits['screenshot-thumbnails']?.details?.items || []) : []
};
- };
// Save JSON Summary
const jsonPath = path.join(reportDir, `${testId}.json`);