chore: reset preserveOutput in ui mode (#27944)

Fixes https://github.com/microsoft/playwright/issues/27892
This commit is contained in:
Pavel Feldman 2023-11-02 20:50:23 -07:00 committed by GitHub
parent e84dd4d708
commit a55fe8fd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;