Use correct name in Browsertime: userTimingAllowList instead of whitelist (#4346)
This commit is contained in:
parent
a5129560bd
commit
bbcb541ae4
|
|
@ -616,10 +616,10 @@ export async function parseCommandLine() {
|
|||
'Show all screenshots in the filmstrip, independent if they have changed or not.',
|
||||
group: 'Filmstrip'
|
||||
})
|
||||
.option('browsertime.userTimingWhitelist', {
|
||||
alias: 'userTimingWhitelist',
|
||||
.option('browsertime.userTimingAllowList', {
|
||||
alias: 'userTimingAllowList',
|
||||
describe:
|
||||
'This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default. T',
|
||||
'This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default.',
|
||||
group: 'Browser'
|
||||
})
|
||||
.option('axe.enable', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue