Skip to content

Installation

Yiwei Mao edited this page Jul 15, 2025 · 2 revisions

Before install, check Install Requirements

1. Installation

  1. Git clone web bench
git clone https://github.com/bytedance/Web-Bench.git
cd Web-Bench
  1. Install pnpm, rush, playwright
npm i -g [email protected] @microsoft/[email protected] [email protected]
npx playwright install
  1. Install dependencies in monorepo
rush update
  1. Build repos
rush build

2. Usage

Complete Configuration and run:

rush eval
Clone this wiki locally