Skip to content

Commit

Permalink
Don't go headless
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Dec 16, 2024
1 parent 40868cf commit f92c2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
trace: 'on-first-retry',

/* Only on CI systems run the tests headless */
headless: !!process.env.CI,
/*headless: !!process.env.CI,*/
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit f92c2b3

Please sign in to comment.