What happened?
When some AssertJ assertion is executed (isEqualTo, isTrue etc), it is duplicated in report as multiple sub-steps

Caused by @Pointcut("execution(public * org.assertj.core.api.AbstractAssert+.*(..)) && !proxyMethod()")
matching multiple assertion methods being called
What Allure Integration are you using?
allure-assertj
What version of Allure Integration you are using?
2.27.0
What version of Allure Report you are using?
2.27.0
Code of Conduct