ozontech / allure-go

Complete Allure provider in Go which doesn't overload the interface usage
https://t.me/allure_go_chat
Apache License 2.0
306 stars 33 forks source link

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

Open fmaksim74 opened 1 year ago

fmaksim74 commented 1 year ago

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).