Execution Report
A structured summary of a test run showing which tests passed, failed, or were skipped, along with diagnostic artifacts.
What is Execution Report?
What is Execution Report?
An execution report is the readable output of a test run: totals for passed, failed, flaky, and skipped tests, timing information, and links to artifacts like screenshots, videos, traces, and logs for each failure. A good report turns a wall of console output into an actionable summary that tells you exactly what broke and gives you the evidence to fix it fast. Reports are also what CI gates and dashboards consume to decide whether a build can advance, making them central to continuous delivery.