Skip to content

Feature request: Quick troubleshooting when a test fails #25

@johannes-mathes

Description

@johannes-mathes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions