We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190be7f commit a2097e1Copy full SHA for a2097e1
packages/runner/src/browser-paths.ts
@@ -30,7 +30,10 @@ export const KNOWN_BROWSER_PATHS: Record<
30
windows: [],
31
},
32
chrome: {
33
- mac: ['/Applications/Chrome.app/Contents/MacOS/Google Chrome'],
+ mac: [
34
+ '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
35
+ '/Applications/Chrome.app/Contents/MacOS/Google Chrome',
36
+ ],
37
linux: [],
38
windows: ['C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe'],
39
@@ -42,6 +45,7 @@ export const KNOWN_BROWSER_PATHS: Record<
42
45
'chrome-canary': {
43
46
mac: [
44
47
'/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
48
+ '/Applications/Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
49
],
50
51
0 commit comments