Skip to content

Commit 2a445bb

Browse files
authored
chore(chrome): add canary channel on linux (microsoft#36801)
1 parent edc40bc commit 2a445bb

File tree

1 file changed

+2
-2
lines changed
  • packages/playwright-core/src/server/registry

1 file changed

+2
-2
lines changed

packages/playwright-core/src/server/registry/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export class Registry {
650650
}));
651651

652652
this._executables.push(this._createChromiumChannel('chrome-canary', {
653-
'linux': '',
653+
'linux': '/opt/google/chrome-canary/chrome',
654654
'darwin': '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
655655
'win32': `\\Google\\Chrome SxS\\Application\\chrome.exe`,
656656
}));
@@ -713,7 +713,7 @@ export class Registry {
713713
'win32': `\\Google\\Chrome\\Application\\chrome.exe`,
714714
}));
715715
this._executables.push(this._createBidiChromiumChannel('bidi-chrome-canary', {
716-
'linux': '',
716+
'linux': '/opt/google/chrome-canary/chrome',
717717
'darwin': '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
718718
'win32': `\\Google\\Chrome SxS\\Application\\chrome.exe`,
719719
}));

0 commit comments

Comments
 (0)