diff --git a/packages/playwright-test/src/cli.ts b/packages/playwright-test/src/cli.ts index c024baa93c413..d480af1199b9c 100644 --- a/packages/playwright-test/src/cli.ts +++ b/packages/playwright-test/src/cli.ts @@ -93,7 +93,7 @@ Examples: } function addMergeReportsCommand(program: Command) { - const command = program.command('merge-reports [dir]'); + const command = program.command('merge-reports [dir]', { hidden: true }); command.description('merge multiple blob reports (for sharded tests) into a single report'); command.action(async (dir, options) => { try {