You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Custom reporters that do not implement printsToStdio function prevent pretty much any Playwright output besides their own.
Should printsToStdio: () => false be added to a reporter?
Printing summary in the end still works with this method added.
The text was updated successfully, but these errors were encountered:
Hello,
Custom reporters that do not implement
printsToStdio
function prevent pretty much any Playwright output besides their own.Should
printsToStdio: () => false
be added to a reporter?Printing summary in the end still works with this method added.
The text was updated successfully, but these errors were encountered: