reportportal / service-api

Report portal. Main API Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to merge repeated if exception test in reportportal

willyhalim opened this issue · comments

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 ?