allure-go
allure-go copied to clipboard
AfterEach() leads false success suite execution if panic in a test
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).