Skip to content

Commit

Permalink
chore: unhide merge-reports command (#32605)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Sep 13, 2024
1 parent e3370c9 commit 9e99c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright/src/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Examples:
}

function addMergeReportsCommand(program: Command) {
const command = program.command('merge-reports [dir]', { hidden: true });
const command = program.command('merge-reports [dir]');
command.description('merge multiple blob reports (for sharded tests) into a single report');
command.action(async (dir, options) => {
try {
Expand Down

0 comments on commit 9e99c86

Please sign in to comment.