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
I noticed that the afterEach method is not executed when a test case fails. Because of this behavior, there is no way to clean up after a test case. As far as I can see, the reason is the following line of code.
Hello
I noticed that the
afterEach
method is not executed when a test case fails. Because of this behavior, there is no way to clean up after a test case. As far as I can see, the reason is the following line of code.AutoHotUnit/AutoHotUnit.ahk
Line 90 in c1304bc
A similar situation will happen when an error occurs at the stage of the
beforeEach
method.Regards
Piotr Minkina
The text was updated successfully, but these errors were encountered: