File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ Run the web E2E suite from the root directory:
165165yarn test:e2e:web
166166```
167167
168+ Append ` --ui ` for Playwright’s [ UI mode] ( https://playwright.dev/docs/test-ui-mode ) (pick tests, watch runs, inspect traces). Example: ` yarn test:e2e:web --ui ` .
169+
168170The Playwright config starts the Vite dev server automatically, so you do not need to run ` yarn example-web dev ` separately.
169171
170172### Commit message convention
@@ -203,7 +205,7 @@ The `package.json` file contains various scripts for common tasks:
203205- ` yarn test:e2e:mobile ` : run E2E tests on iOS and Android sequentially.
204206- ` yarn test:e2e:android ` : run E2E tests on Android.
205207- ` yarn test:e2e:ios ` : run E2E tests on iOS.
206- - ` yarn test:e2e:web ` : run E2E tests on the web example with Playwright.
208+ - ` yarn test:e2e:web ` : run E2E tests on the web example with Playwright (add ` --ui ` for the interactive runner) .
207209
208210### Sending a pull request
209211
You can’t perform that action at this time.
0 commit comments