Skip to content

Commit 269fb57

Browse files
fix: update binary path to correct macOS executable for chrome 113
1 parent b7e38d2 commit 269fb57

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

packages/kit-headless/playwright.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let binaryPath;
1717

1818
switch (currentPlatform) {
1919
case 'darwin':
20-
binaryPath = './browsers/chrome/113/chrome-darwin/Chromium.app';
20+
binaryPath =
21+
'./browsers/chrome/113/chrome-darwin/Chromium.app/Contents/MacOS/Chromium';
2122
break;
2223
case 'win32':
2324
binaryPath = './browsers/chrome/113/chrome-win32/chrome.exe';
Loading
Loading
7.61 KB
Loading
27.1 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)