Skip to content

Commit eda75fb

Browse files
author
tobisek
committed
added default chrome path for Mac OS X
1 parent 40e0ffa commit eda75fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/webTestServer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ if ((browser && browser === 'chrome')) {
269269
case "win64":
270270
defaultChromePath = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe";
271271
break;
272+
case "darwin":
273+
defaultChromePath = "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";
274+
break;
272275
case "linux":
273276
defaultChromePath = "/opt/google/chrome/chrome"
274277
break;

0 commit comments

Comments
 (0)