diff --git a/auto-detect-newman.html b/auto-detect-newman.html index 027381d..3619bd9 100644 --- a/auto-detect-newman.html +++ b/auto-detect-newman.html @@ -364,7 +364,7 @@
Timestamp: 9/15/2025, 4:45:45 PM
+Timestamp: 9/16/2025, 5:47:53 PM
API Spec: Test API
Postman Collection: Test Newman Collection
diff --git a/cli.js b/cli.js index c7379d7..e12b457 100644 --- a/cli.js +++ b/cli.js @@ -9,7 +9,7 @@ const { loadAndParseSpec, extractOperationsFromSpec } = require("./lib/swagger") const { loadPostmanCollection, extractRequestsFromPostman } = require("./lib/postman"); const { loadNewmanReport, extractRequestsFromNewman } = require("./lib/newman"); const { matchOperationsDetailed } = require("./lib/match"); -const { generateHtmlReport } = require("./lib/report"); +const { generateHtmlReport, generateHeatmapReport } = require("./lib/report"); const { loadExcelSpec } = require("./lib/excel"); const program = new Command(); @@ -27,9 +27,10 @@ program .option("--strict-body", "Enable strict validation of requestBody (JSON)") .option("--output