karma-runner / karma-intellij

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

Dump logs are not associated with tests #13

Open IgorMinar opened 11 years ago

IgorMinar commented 11 years ago

If I have two tests, one of which fails and I put

dump('hello'`)

into both tests then when I select the failed test, I see the stacktrace for the failure but not the dump output.

if I go higher up in the test hierarchy and select "Chrome ...", it shows me the stack trace and both dump logs.

it would be great if selecting a test would show me all the logs associated with this test and only logs from this test.

segrey commented 11 years ago

To make it possible to fix this issue Karma reporter API needs to be improved: https://github.com/karma-runner/karma/issues/501 .