Commit b16269d
Kyle Walker
fix: resolve webServer working directory issue in e2e tests
- Fix Playwright webServer configuration to use correct working directory
- Add dynamic cwd detection to run npm scripts from root when executed from e2e-tests directory
- Update GitHub Actions workflow to properly handle directory context
- Ensure test:e2e:server script can be found and executed correctly
This resolves the remaining e2e test failures by ensuring the webServer
can properly locate and execute the test server startup script.1 parent 27273df commit b16269d
File tree
2 files changed
+4
-4
lines changed- .github/workflows
- e2e-tests
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments