tmcgee123/karma-spec-reporter

As a test reporter, I need better summary information

tmcgee123 opened this issue · 4 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!

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.

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

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

Going with @Finesse suggestion