Skip to content

Commit

Permalink
Pass on webpagereplay flag to browsertime (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 23, 2024
1 parent 2c15589 commit c992607
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2236,6 +2236,11 @@ export async function parseCommandLine() {
set(argv, 'browsertime.useHash', true);
}

// Pass on webpagereplay setup to browsertime
if (argv.webpagereplay) {
set(argv, 'browsertime.webpagereplay', true);
}

if (argv.browsertime.docker) {
set(argv, 'browsertime.video', get(argv, 'browsertime.video', true));
set(
Expand Down

0 comments on commit c992607

Please sign in to comment.