Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump logs are not associated with tests #13

Open
IgorMinar opened this issue Aug 24, 2013 · 1 comment
Open

Dump logs are not associated with tests #13

IgorMinar opened this issue Aug 24, 2013 · 1 comment

Comments

@IgorMinar
Copy link

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
Copy link
Contributor

segrey commented Aug 24, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants