Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to merge repeated if exception test in reportportal #1571

Open
willyhalim opened this issue May 11, 2022 · 0 comments
Open

how to merge repeated if exception test in reportportal #1571

willyhalim opened this issue May 11, 2022 · 0 comments

Comments

@willyhalim
Copy link

willyhalim commented May 11, 2022

Hi,

We are using this annotation to repeat the test automatically if the test is failing

@ParameterizedRepeatedIfExceptionsTest
@RepeatedIfExceptionsTest

from this library
import io.github.artsok.ParameterizedRepeatedIfExceptionsTest;
import io.github.artsok.RepeatedIfExceptionsTest;

The challenge we faced , if ifs repeated because of failure , reportportal will create 2 test and report separate status for each of them
Is there anyway to merge this / treat it as 1 test ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant