Skip to content

Commit

Permalink
Use correct name in Browsertime: userTimingAllowList instead of white…
Browse files Browse the repository at this point in the history
…list (#4346)
  • Loading branch information
soulgalore authored Dec 27, 2024
1 parent a512956 commit bbcb541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit bbcb541

Please sign in to comment.