Wrightbench

Install Wrightbench

Download and install Wrightbench on macOS, Windows or Linux.

Wrightbench 0.1.0 is available for macOS 13+, Windows 10/11 and x64 Linux distributions.

Download a build

Download installers only from wrightbench.com/download or the official GitHub Releases page.

Wrightbench welcome screen on first launch with Import Playwright project and Create a new Playwright project buttons
A fresh install opens to the welcome screen: import an existing workspace or scaffold a new one.

Before importing a workspace

The workspace must have a project-local Playwright installation in this range:

@playwright/test >=1.56.0 <2.0.0

Wrightbench currently verifies releases from Playwright 1.58.2 through 1.62.1 for its project scaffold catalog. Import accepts the full supported range above.

Browser binaries

Browser binaries do not gate import. If a browser is missing when you run or record, install it from the project with npx playwright install <browser>.

Next step

Import an existing project →