diff options
Diffstat (limited to 'packages/app/README.md')
| -rw-r--r-- | packages/app/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/app/README.md b/packages/app/README.md index 54d1b2861..304e272cd 100644 --- a/packages/app/README.md +++ b/packages/app/README.md @@ -31,11 +31,10 @@ Your app is ready to be deployed! ## E2E Testing -Playwright starts the Vite dev server automatically via `webServer`, and UI tests need an opencode backend (defaults to `localhost:4096`). -Use the local runner to create a temp sandbox, seed data, and run the tests. +Playwright starts the Vite dev server automatically via `webServer`, and UI tests expect an opencode backend at `localhost:4096` by default. ```bash -bunx playwright install +bunx playwright install chromium bun run test:e2e:local bun run test:e2e:local -- --grep "settings" ``` |
