Fix correct chrome.args handling in configuration.json https://github.com/sitespeedio/sitespeed.io/issues/3192
This commit is contained in:
parent
b7e38f6c27
commit
b0b2e0da8a
|
|
@ -670,7 +670,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
|
|||
.option('browsertime.chrome.args', {
|
||||
alias: 'chrome.args',
|
||||
describe:
|
||||
'Extra command line arguments to pass to the Chrome process. Always leave out the starting -- (--no-sandbox will be no-sandbox). ' +
|
||||
'Extra command line arguments to pass to the Chrome process. If you use the command line, leave out the starting -- (--no-sandbox will be no-sandbox). If you use a configuration JSON file you should keep the starting --. ' +
|
||||
'To add multiple arguments to Chrome, repeat --browsertime.chrome.args once per argument. See https://peter.sh/experiments/chromium-command-line-switches/',
|
||||
group: 'Chrome'
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue