Advanced debugging
Open the Playwright traces (View traces button on the step) on the test run details. These traces
contain:
- screenshots from the step - hover over the timeline to see the progress
- playwright actions
- console messages (
Consoletab in the bottom menu) - network messages (
Networktab in the bottom menu)
Note: for playwright actions, some data might be obfuscated to avoid leaking sensitive information.