testcafe-browser-tools
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -23,3 +23,3 @@ 'use strict'; | ||
nameRe: /firefox|mozilla/i, | ||
cmd: '-override ' + _path2.default.join(__dirname, '../data/override.ini') + ' -new-window', | ||
cmd: '-override "' + _path2.default.join(__dirname, '../data/override.ini') + '" -new-window', | ||
macOpenCmdTemplate: 'open -a "{{{path}}}" {{{pageUrl}}} --args {{{cmd}}}', | ||
@@ -31,3 +31,3 @@ linuxBinaries: ['firefox'] | ||
nameRe: /chrome/i, | ||
cmd: '--new-window --no-first-run', | ||
cmd: '--no-first-run --new-window', | ||
macOpenCmdTemplate: 'open -n -a "{{{path}}}" --args {{{pageUrl}}} {{{cmd}}}', | ||
@@ -39,3 +39,3 @@ linuxBinaries: ['google-chrome', 'google-chrome-stable', 'google-chrome-canary'] | ||
nameRe: /chromium/i, | ||
cmd: '--new-window --no-first-run', | ||
cmd: '--no-first-run --new-window', | ||
macOpenCmdTemplate: 'open -n -a "{{{path}}}" --args {{{pageUrl}}} {{{cmd}}}', | ||
@@ -42,0 +42,0 @@ linuxBinaries: ['chromium-browser', 'chromium'] |
{ | ||
"name": "testcafe-browser-tools", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"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
578503