mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(reporters): show failures on CI when adding dot automatically (#13814)
This commit is contained in:
parent
76a448cfee
commit
b9f47558b5
@ -140,7 +140,7 @@ export class Runner {
|
||||
if (list)
|
||||
reporters.unshift(new ListModeReporter());
|
||||
else
|
||||
reporters.unshift(!process.env.CI ? new LineReporter({ omitFailures: true }) : new DotReporter({ omitFailures: true }));
|
||||
reporters.unshift(!process.env.CI ? new LineReporter({ omitFailures: true }) : new DotReporter());
|
||||
}
|
||||
return new Multiplexer(reporters);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user