Ignore certificate errors by default (#2853)
This commit is contained in:
parent
441009285e
commit
cc2ebf1059
|
|
@ -126,7 +126,10 @@ async function runBrowsertime() {
|
|||
delay: 0,
|
||||
video: false,
|
||||
visualMetrics: false,
|
||||
resultDir: '/tmp/browsertime'
|
||||
resultDir: '/tmp/browsertime',
|
||||
chrome: {
|
||||
ignoreCertificateErrors: true
|
||||
}
|
||||
};
|
||||
|
||||
const btOptions = merge({}, parsed.argv.browsertime, defaultConfig);
|
||||
|
|
|
|||
Loading…
Reference in New Issue