Skip to content

Commit 330b67a

Browse files
fixup! Integration tests for command line arguments
1 parent 9fad464 commit 330b67a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ export default defineConfig({
6666

6767
/* Record video on failure */
6868
video: "retain-on-failure",
69+
70+
/* Useful for local debugging */
71+
// headless: false,
6972
},
7073

7174
/* Configure projects for major browsers */

0 commit comments

Comments
 (0)