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 966bcda commit 547870fCopy full SHA for 547870f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "testcafe-browser-tools",
3
- "version": "2.0.19",
+ "version": "2.0.20",
4
"description": "An utility library for performing platform-dependent actions on browsers.",
5
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
6
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
src/aliases.js
@@ -64,7 +64,7 @@ const ALIASES = {
64
nameRe: /safari/i,
65
cmd: '',
66
path: BINARIES.app,
67
- macOpenCmdTemplate: 'open -n -a "{{{path}}}" --args /dev/null open {{{pageUrl}}} {{{cmd}}}'
+ macOpenCmdTemplate: `open -n -a "{{{path}}}" --args ${BINARIES.main} /dev/null open {{{pageUrl}}} {{{cmd}}}`
68
},
69
70
'edge': {
0 commit comments