playwright-coverage
playwright-coverage copied to clipboard
printsToStdio usage
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.