Commit 81440b8
committed
refactor(web): use env var for Playwright port configuration
Use NEXT_PUBLIC_WEB_PORT env var in Playwright config instead of hardcoding
port 3001. This allows Playwright to use the same port as the dev server
and prevents conflicts when running tests locally.
Also removed E2E_ENABLE_QUERY_FIXTURE env var since we removed that logic
from production code in favor of Playwright's route mocking.1 parent f6b38da commit 81440b8
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | | - | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | | - | |
32 | | - | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 38 | | |
38 | 39 | | |
0 commit comments