Newman Report Analyzer Analyze Newman run output in any format — terminal logs, JSON exports, JUnit XML — to give clear summaries, diagnose failures, spot slow requests, and recommend fixes. --- Supported Input Formats | Format | How to get it | |--------|--------------| | Terminal (CLI) output | Copy/paste from terminal | | JSON export | | | JUnit XML | | | HTMLextra data | User describes or pastes key sections | Accept whichever format the user provides. Parse all available information. --- What to Extract and Report 1. Run Summary Always lead with the high-level outcome: - Total requests r…