We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
To make it possible to fix this issue Karma reporter API needs to be improved: karma-runner/karma#501 .
Sorry, something went wrong.
No branches or pull requests
If I have two tests, one of which fails and I put
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.
The text was updated successfully, but these errors were encountered: