Skip to content

Commit

Permalink
release: v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed Dec 23, 2021
1 parent 966bcda commit 547870f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-browser-tools",
"version": "2.0.19",
"version": "2.0.20",
"description": "An utility library for performing platform-dependent actions on browsers.",
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ALIASES = {
nameRe: /safari/i,
cmd: '',
path: BINARIES.app,
macOpenCmdTemplate: 'open -n -a "{{{path}}}" --args /dev/null open {{{pageUrl}}} {{{cmd}}}'
macOpenCmdTemplate: `open -n -a "{{{path}}}" --args ${BINARIES.main} /dev/null open {{{pageUrl}}} {{{cmd}}}`
},

'edge': {
Expand Down

0 comments on commit 547870f

Please sign in to comment.