Use correct name in Browsertime: userTimingAllowList instead of whitelist (#4346)

This commit is contained in:
Peter Hedenskog 2024-12-27 07:06:23 +01:00 committed by GitHub
parent a5129560bd
commit bbcb541ae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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', {