scalameta/munit

Implement retrieving of a test status

psisoyev opened this issue · 0 comments

Currently, it is not possible to retrieve a specific test status in a test suite.

Example: it could be useful to know test status in afterEach/afterAll blocks when you have to do additional actions in case of a failed test.