-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request