allure-go icon indicating copy to clipboard operation
allure-go copied to clipboard

AfterEach() leads false success suite execution if panic in a test

Open fmaksim74 opened this issue 2 years ago • 0 comments

If suite contains AfterEach() method a paniced test not marked as FAILED and all suite considered as ok.

Use panictest.zip to reproduce the bug. (uncomment AfterEach() declaration in panictest_test.go to reproduce the bug).

fmaksim74 avatar Aug 01 '23 11:08 fmaksim74