microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
64.45k stars 3.5k forks source link

[Feature]: Display test steps in trace snapshots #31587

Open SmartALB opened 3 weeks ago

SmartALB commented 3 weeks ago

🚀 Feature Request

Display in trace snapshots the corresponding test step.

Example

image

Motivation

This would improve overall traceability and enable quicker error identification.

mxschmitt commented 3 weeks ago

Discussed offline: We will add breadcrumbs on the right side above the Trace Viewer.