Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion apps/web/e2e/E2Ereadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ This folder contains Playwright tests for the Base Web project against a local N

## Prerequisites

run yarn add -D @playwright/test @coinbase/onchaintestkit
Run:

```bash
yarn add -D @playwright/test @coinbase/onchaintestkit
```

> The scripts have been tested on macOS and Linux. Windows users should run the commands inside WSL 2.

Expand Down