Skip to content

Improve failed tests logging #22

@bee344

Description

@bee344

We should log which tests fail for which chain, in order to facilitate coverage comparison between chains. The log should contain a summary for each chain with the amount of passed/failed/total tests, passing/ failing percentage, segregated by test suite (matter-labs/contracts). It should also specify which tests failed for each chain. We could also present the latter as the failed tests with a small indicator of for which chains it failed.

I see it looking something like this:

- <CHAIN>
- - Succesful Tests: ${amount} / ${percentage}
- - Failed Tests: ${amount} / ${percentage}
- Failed Tests
- - <FAILING-TEST-NAME> : <CHAINS> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions