Wrightbench

Run your first test

Open Playwright UI Mode, select a test and review the recorded result.

Wrightbench's Run destination hosts the UI Mode supplied by the selected project's Playwright installation.

Open Run

Select Run in the centered workspace navigation. Wrightbench starts one UI Mode session for the active project and keeps it mounted while you move between Record, Run and Report.

The Run destination hosting Playwright UI Mode with a passing login test selected, its action list and a page snapshot
The Run destination hosts Playwright's own UI Mode: test tree, action timeline, snapshots and source, unmodified.

Start a test

Use Playwright's own filters and run controls inside UI Mode. Wrightbench does not scrape or restyle this surface.

Review history

Completed UI Mode runs are ingested into Wrightbench's local run history when the installed Playwright version supports recording. The embedded UI remains usable if history recording is not supported.

The Report destination showing pass rate, average duration and flaky test stats above a persistent table of recorded runs with pass and fail counts
Recorded runs build the Report destination's history: pass rate over time, duration regressions and per-run results.

Open evidence

Failed and flaky history entries can open the exact recorded run in Playwright's Trace Viewer. CLI runs can also publish an HTML report for the Report destination.

One execution owner

Wrightbench prevents UI Mode and its Tests runner from executing against the same project at the same time, avoiding races over Playwright artifacts.