codeclown / wdio-slick-reporter

A slick WebdriverIO reporter intended for local development.
5 stars 0 forks source link

Show which suites are still in progress and which are finished #10

Open codeclown opened 6 years ago

codeclown commented 6 years ago

When running multiple suites at once, or even just sequentially, it would be clearer if runners still in progress had some sort of indicator. E.g.

0-5  /path/to/specs/settings.spec.js
     0 passed  0 failed  19 pending

0-6  /path/to/specs/billing.spec.js
     0 passed  0 failed  19 pending  (still running)

Or maybe an animated ellipsis.