Skip to content

Add filename to the names of failing tests #272

Closed
@alubbe

Description

@alubbe

Due to the test reports of successful runs using the filenames, I've DRYed up my test names, e.g.,

 ✔ updateUser › should reject malformed requests (109ms)

However, when an assertion fails, it gives only the test name, making it a bit harder to quickly see where the failure happened:

  1. should reject malformed requests 

What do you think about printing this instead:

  1. updateUser › should reject malformed requests

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions