You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/e2e/e2e-checks.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,14 @@ First, make sure the application you want to test is running.
48
48
To run end-to-end tests natively, first install Playwright with:
49
49
50
50
```bash
51
-
make e2e-setup-native
51
+
make e2e-setup
52
52
```
53
53
54
54
Then, run the tests with your app name and base url:
55
55
```bash
56
56
make e2e-test-native APP_NAME=app
57
57
```
58
+
58
59
>*`BASE_URL` is optional for both `e2e-test-native` and `e2e-test-native-ui` targets. It will by default use the app-specific (`/e2e/<APP_NAME>/playwright.config.js`) `baseURL`
0 commit comments