afterMethod displays in the allure report when a test is broken #2206
kabothu
started this conversation in
General Discussion
Replies: 1 comment
-
You can opt-out from displaying TestNG configuration failures in the report by setting allure.testng.hide.configuration.failures=false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Playwright Java. I'm also using Testng Listeners. Whenever my test is broken, @AfterMethod displays in the allure report which has tear down methods.When ever this gets added, the test count gets increased by 1. Can you please let me know how to ignore this showing in the allure report?
Beta Was this translation helpful? Give feedback.
All reactions