Ignore certificate errors by default, as before with Chrome

This commit is contained in:
soulgalore 2020-01-29 08:21:50 +01:00
parent fd28a7a413
commit e752fa7201
1 changed files with 7 additions and 0 deletions

View File

@ -644,6 +644,13 @@ module.exports.parseCommandLine = function parseCommandLine() {
'Enables CPU throttling to emulate slow CPUs. Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc)',
group: 'Chrome'
})
.option('browsertime.chrome.ignoreCertificateErrors', {
alias: 'chrome.ignoreCertificateErrors',
type: 'boolean',
default: true,
describe: 'Make Chrome ignore certificate errors. Defaults to true.',
group: 'Chrome'
})
.option('thirdParty.cpu', {
type: 'boolean',
describe: