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.
A similar situation will happen when an error occurs at the stage of the beforeEach method.
Regards
Piotr Minkina
Hello
I noticed that the
afterEachmethod 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
beforeEachmethod.Regards
Piotr Minkina