karma-spec-reporter icon indicating copy to clipboard operation
karma-spec-reporter copied to clipboard

As a test reporter, I need better summary information

Open tmcgee123 opened this issue 9 years ago • 3 comments

  • [ ] Print out all tests at once #46
  • [ ] Multiple browser reporting #49
  • [ ] Only show passed/error based on flag #60

These are all items that have been requested as part of the Summarized Reporting, any help would be much appreciated!

tmcgee123 avatar Apr 12 '17 15:04 tmcgee123

What about progress? Like, if I have 2,500 unit tests, I like knowing I'm at 1,200 / 2,500 3 minutes in, for example.

brandonros avatar Nov 09 '17 19:11 brandonros

There are other reporters that may suit your needs, and you can use more than one. @brandonros you could have progress reporter (comes with Karma). @tmcgee123 my reporter has a clearScreenBeforeEveryRun option: I wrote a reporter that I think may suite some of your needs: karma-helpful-reporter

whyboris avatar Apr 24 '18 17:04 whyboris

You can use karma-summary-reporter for clean, concise and informative summaries

Finesse avatar Oct 07 '20 01:10 Finesse

Going with @Finesse suggestion

tmcgee123 avatar Nov 25 '22 20:11 tmcgee123