Skip to content

RSpec::Core::MultipleExceptionError not serialised properly #6

@Tabby

Description

@Tabby

When an RSpec test has more than one failure in the same spec, the exceptions for each of the failures are wrapped up in an RSpec::Core::MultipleExceptionError. Currently, we only serialise the top-level error when a test case fails, which means that in these cases the only thing you see in the UI for failed tests is the container error.

The RSpec serialisation code needs changing so that if the error for a test is this one, that it serialises each of the errors contained within, in a way that displays clearly in VSC

Metadata

Metadata

Assignees

No one assigned

    Labels

    RSpecbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions