Commit 119cccc
committed
fix(e2e): co-locate traces with results.json so CI uploads them
Playwright's default outputDir is packageJsonDir/test-results
(apps/host/test-results), but the JSON reporter writes results.json
relative to the config dir (apps/host/tests/e2e/test-results). The CI
"Upload test results" step uploads only the latter, so trace.zip was
never captured and E2E failures couldn't be diagnosed.
Set an explicit outputDir relative to the config dir so traces land
alongside results.json — the dir CI already uploads and reads.1 parent de7030e commit 119cccc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments