Skip to content

Commit 7458782

Browse files
authored
feat: stream logs by default (#1162)
1 parent ef620b8 commit 7458782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/src/commands/pw-test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ export default class PwTestCommand extends AuthCommand {
8686
}),
8787
'stream-logs': Flags.boolean({
8888
description: 'Stream logs from the test run to the console.',
89-
default: false,
89+
default: true,
90+
allowNo: true,
9091
}),
9192
}
9293

0 commit comments

Comments
 (0)