We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca63cb commit 08e4f6bCopy full SHA for 08e4f6b
client/playwright.config.ts
@@ -13,6 +13,7 @@ export default defineConfig({
13
},
14
15
testDir: "./e2e",
16
+ outputDir: "./e2e/test-results",
17
/* Run tests in files in parallel */
18
fullyParallel: true,
19
/* Fail the build on CI if you accidentally left test.only in the source code. */
0 commit comments