Added enableTraceScreenshots shortcut
This commit is contained in:
parent
f546d79403
commit
e98bb68d26
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue