Skip to content

Commit

Permalink
try adding channel chromium to playwright config to fix 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Dec 28, 2024
1 parent d187581 commit 4efb40a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ export default defineConfig({
},
{
name: 'chromium',
use: {...devices['Desktop Chrome']},
use: {
...devices['Desktop Chrome'],
channel: 'chromium',
},
dependencies: ['playwright setup'],
},

Expand Down

0 comments on commit 4efb40a

Please sign in to comment.