We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e0ffa commit eda75fbCopy full SHA for eda75fb
1 file changed
tests/webTestServer.ts
@@ -269,6 +269,9 @@ if ((browser && browser === 'chrome')) {
269
case "win64":
270
defaultChromePath = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe";
271
break;
272
+ case "darwin":
273
+ defaultChromePath = "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";
274
+ break;
275
case "linux":
276
defaultChromePath = "/opt/google/chrome/chrome"
277
0 commit comments