Fix correct chrome.args handling in configuration.json https://github.com/sitespeedio/sitespeed.io/issues/3192

This commit is contained in:
soulgalore 2021-04-15 21:08:24 +02:00
parent b7e38f6c27
commit b0b2e0da8a
1 changed files with 1 additions and 1 deletions

View File

@ -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'
})