You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
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 calledWhat 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
The text was updated successfully, but these errors were encountered: