Added enableTraceScreenshots shortcut

This commit is contained in:
Peter Hedenskog 2019-06-10 13:37:51 +02:00
parent f546d79403
commit e98bb68d26
1 changed files with 7 additions and 0 deletions

View File

@ -429,6 +429,13 @@ module.exports.parseCommandLine = function parseCommandLine() {
type: 'string',
group: 'Chrome'
})
.option('browsertime.chrome.enableTraceScreenshots', {
alias: 'chrome.enableTraceScreenshots',
describe:
'Include screenshots in the trace log (enabling the trace category disabled-by-default-devtools.screenshot).',
type: 'boolean',
group: 'chrome'
})
.option('browsertime.chrome.collectConsoleLog', {
alias: 'chrome.collectConsoleLog',
type: 'boolean',