chore: reset preserveOutput in ui mode (#27944)
Fixes https://github.com/microsoft/playwright/issues/27892
This commit is contained in:
parent
e84dd4d708
commit
a55fe8fd1f
|
|
@ -46,6 +46,7 @@ class UIMode {
|
|||
process.env.PW_LIVE_TRACE_STACKS = '1';
|
||||
config.cliListOnly = false;
|
||||
config.cliPassWithNoTests = true;
|
||||
config.config.preserveOutput = 'always';
|
||||
|
||||
for (const p of config.projects) {
|
||||
p.project.retries = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue