This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
Exception raised within BeforeEach will be append to all tests within same suite #228
Labels
bug
Something isn't working
In a nutshell, the main problem is that hook is not linked to test, but hook link to suite.
For BeforeAll , it's correct because beforeAll is executed one time for whole suite
but for beforeEach, it's incorrect, it should link to test, instead of suite
Example code:
The text was updated successfully, but these errors were encountered: