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 2db516e commit 6c572c5Copy full SHA for 6c572c5
packages/runner/src/browser-paths.ts
@@ -96,7 +96,12 @@ export const KNOWN_BROWSER_PATHS: Record<
96
windows: [],
97
},
98
zen: {
99
- mac: ['/Applications/Zen Browser.app/Contents/MacOS/zen'],
+ mac: [
100
+ '/Applications/Zen Browser.app/Contents/MacOS/zen',
101
+ // Homebrew Cask
102
+ // https://github.com/Homebrew/homebrew-cask/blob/main/Casks/z/zen.rb#L23C13-L23C19
103
+ '/Applications/Zen.app/Contents/MacOS/zen',
104
+ ],
105
linux: [],
106
107
0 commit comments