diff --git a/apps/web/e2e/E2Ereadme.md b/apps/web/e2e/E2Ereadme.md index dc2cb2c49d1..6c0d846b3cb 100644 --- a/apps/web/e2e/E2Ereadme.md +++ b/apps/web/e2e/E2Ereadme.md @@ -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.