playwrightsolutions / playwright-json-summary-reporter

Playwright JSON Summary reporter
MIT License
4 stars 3 forks source link

Missing progress information #5

Closed mdjdev closed 8 months ago

mdjdev commented 1 year ago

Hi, when enabling this reporter I do not see any progress information in the console anymore. Is this a wanted feature or a bug?

Without playwright-json-summary-reporter: 2023-10-12_15-01

With playwright-json-summary-reporter: 2023-10-12_15-01_1

Thanks & best regards!

BMayhew commented 8 months ago

@mdjdev sorry for the lat response, but this isn't a feature I plan on adding for the json-summary-reporter. you can however include multiple reporters in your playwright config, so you still get this functionality from other reporters.

example below would include all the following reporters.

reporter: [["playwright-json-summary-reporter"], ["github"], ["list"], ["html"]]