Skip to content

Commit

Permalink
chore: cannot use chrome canary in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Aug 9, 2024
1 parent 28d5794 commit 4714d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
name: 'chromium',
use: {
...devices['Desktop Chrome'],
channel: 'chrome-canary',
channel: 'chrome',
headless: true,
screenshot: 'on',
launchOptions: {
Expand Down

0 comments on commit 4714d77

Please sign in to comment.