Skip to content

Commit 604e597

Browse files
authored
fix(e2e): co-locate traces with results.json so CI uploads them (#32)
1 parent de7030e commit 604e597

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/host/tests/e2e/playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ if (process.env.CI !== "true") {
5353
export default defineConfig({
5454
...baseConfig,
5555
testDir: ".",
56+
// Co-locate traces with results.json (configDir-relative). The default is
57+
// packageJsonDir/test-results, which the CI upload step doesn't cover.
58+
outputDir: "test-results",
5659
timeout: 60_000,
5760
retries: 1,
5861
workers: 1,

0 commit comments

Comments
 (0)