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
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 ?
The text was updated successfully, but these errors were encountered:
Hi,
We are using this annotation to repeat the test automatically if the test is failing
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 ?
The text was updated successfully, but these errors were encountered: