service-api
service-api copied to clipboard
how to merge repeated if exception test in reportportal
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 ?