Skip to content

Commit

Permalink
Pass on webpagereplay flag to browsertime
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 23, 2024
1 parent 1710a3c commit 49f1e21
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
@@ -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(

0 comments on commit 49f1e21

Please sign in to comment.