Skip to content

Commit b524d33

Browse files
authored
docs: add info about ui mode (#589)
# Summary + added info about playwright's ui mode ## Test Plan N/A ## Screenshots / Videos N/A ## Compatibility N/A ## Checklist N/A
1 parent 9f2260d commit b524d33

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Run the web E2E suite from the root directory:
165165
yarn 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+
168170
The 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

0 commit comments

Comments
 (0)