-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
1 / 11 of 1 issue completed
Copy link
Description
Which problem is this feature request solving?
If I write a unit test which fails due to expects (no crash), then the missing expect is printed out quite well with a reference to the test and the line of code.
However, it is not possible to see directly the logging, because there is only the log of all tests running.
If I want to fix the failing test, I need the log information of the failing test.
Describe the solution you'd like
Similar to the feature request #24 it would help to have the current describe and test in the output.
Describe alternatives you've considered
Log output of the failing test is repeated at the very bottom with the information which describe / test.
Can you submit a pull request?
No
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels