testcafe-browser-tools
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -23,3 +23,3 @@ 'use strict'; | ||
nameRe: /firefox|mozilla/i, | ||
cmd: '-new-window -override ' + _path2.default.join(__dirname, '../data/override.ini'), | ||
cmd: '-override ' + _path2.default.join(__dirname, '../data/override.ini') + ' -new-window', | ||
macOpenCmdTemplate: 'open -a "{{{path}}}" {{{pageUrl}}} --args {{{cmd}}}', | ||
@@ -26,0 +26,0 @@ linuxBinaries: ['firefox'] |
{ | ||
"name": "testcafe-browser-tools", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "An utility library for performing platform-dependent actions on browsers.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/DevExpress/testcafe-browser-tools", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
578501