You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Cuppa runs before and beforeEach hooks before a skipped or pending test and after and afterEach hooks after it. This is inefficient and can lead to unexpected test failures if any of the hooks happen to fail.
The text was updated successfully, but these errors were encountered:
Currently Cuppa runs
before
andbeforeEach
hooks before a skipped or pending test andafter
andafterEach
hooks after it. This is inefficient and can lead to unexpected test failures if any of the hooks happen to fail.The text was updated successfully, but these errors were encountered: