Watch Videos
Replay run video artifacts to see the browser behavior that led to a test result or failure.
Last updated
Was this helpful?
Replay run video artifacts to see the browser behavior that led to a test result or failure.
Videos show the browser session as it happened. They are useful when a screenshot captures the final state but not the sequence that caused it.
Open Runs.
Select a completed run.
Open the Videos tab.
Select the video for the test you want to inspect.
The Videos tab lists video rows with the associated test label and size when that information is available.
Use the video to answer sequence questions:
Did the test reach the right page?
Navigation, redirects, and login state.
Did the page finish loading?
Spinners, delayed content, or slow API responses.
Did a click or input happen?
Whether the browser performed the expected action.
Did something block the UI?
Modals, overlays, banners, or disabled controls.
Did the layout change?
Responsive behavior, clipped content, or hidden buttons.
Videos are strongest when used with the failed row details:
Open the failed row and read the failure reason.
Open the matching video.
Watch the actions leading up to the failure.
Compare with the screenshot or trace if the cause is still unclear.
Videos may be unavailable when:
The run configuration does not record video
Review the selected run configuration.
Video is retained only on failure
Passed tests may not keep video artifacts.
The run ended before Playwright launched
Check setup, dependencies, secrets, and session logs.
The run is still finalizing
Wait for artifacts to finish processing.
Artifacts expired or were deleted
Use a newer run or re-run the test.
For deeper event-by-event debugging, see Open traces.
Last updated
Was this helpful?
Was this helpful?
