Skip to content

Commit 08e4f6b

Browse files
committed
outputDir: "./e2e/test-results"
1 parent 2ca63cb commit 08e4f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig({
1313
},
1414

1515
testDir: "./e2e",
16+
outputDir: "./e2e/test-results",
1617
/* Run tests in files in parallel */
1718
fullyParallel: true,
1819
/* Fail the build on CI if you accidentally left test.only in the source code. */

0 commit comments

Comments
 (0)