Skip to content

Commit

Permalink
add headless option
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrosello-og committed Aug 19, 2024
1 parent 1d570b9 commit c43bf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.ci.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
permissions: ['clipboard-write', 'clipboard-read'],
},
launchOptions: {
args: process.env.CI ? ['--enable-gpu'] : [],
args: process.env.CI ? ['--headless', '--enable-gpu'] : [],
},
}, // or 'chrome-beta'
},
Expand Down

0 comments on commit c43bf6b

Please sign in to comment.