allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
355 stars 224 forks source link

🐞: Allure add setup as scenario if i encounter problem at BeforeMethod #829 #1128

Open buketsarac opened 2 weeks ago

buketsarac commented 2 weeks ago

What happened?

Hi,

I use Java 17, TestNg 7.10.2 for web test automation.

I have three methods, Allure add new scenario with testng method names if testng methods fails. I added screenhots. Also, Allure calculates center percentage wrong because of this issue.

image image

What Allure Integration are you using?

allure-testng

What version of Allure Integration you are using?

2.29.0

What version of Allure Report you are using?

2.29.0

Code of Conduct