Skip to content

Commit c2b7b50

Browse files
committed
Use new Chromium headless mode
See microsoft/playwright#33566 for more.
1 parent 38930f0 commit c2b7b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
projects: [
5050
{
5151
name: 'chromium',
52-
use: { ...devices['Desktop Chrome'] },
52+
use: { ...devices['Desktop Chrome'], channel: 'chromium' },
5353
},
5454
// {
5555
// name: 'firefox',

0 commit comments

Comments
 (0)