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 pnpm@9.12.0 @microsoft/rush@5.140.0 playwright@1.49.1
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