karma-runner / karma-intellij

Reporter for IntelliJ / WebStorm.
Other
34 stars 10 forks source link

Better reporting of skipped specs #10

Open vojtajina opened 11 years ago

vojtajina commented 11 years ago

A typical workflow is to run only a subset of specs (using iit/ddescribe with Jasmine).

Current output is not what we want: webstorm-iit

Maybe we could offer "hide skipped" (in the same way there's "hide passed").

segrey commented 11 years ago

Maybe we could offer "hide skipped" (in the same way there's "hide passed").

Check "Hide Ignored". WebStorm EAP 130.1630 handles this setting wrongly, but the next WebStorm EAP will bring correct behavior (see the screenshot).

settings-hide-ignored-tests

segrey commented 11 years ago

There is the following problem with "Test ignored." messages: When a test suite tree node selected, the console contains:

Test ignored.
Test ignored.
Test ignored.
...

I'm thinking about merging all these messages into a single message, like "239 tests ignored".