abc
abc
**Describe the bug** Using ReportPortal V5 with Junit Jupiter and in AfterEach it throws exception. In the reportportal web console I can clearly see it marked as Failed in AfterEach...
Node Version = 17.9.1 NYC Version: 15.1.0 Platform: Amazon Linux 2 i am trying to run coverage report of indendepent process using c8 ( assuming my test case will be...
Node Version = 17.9.1 C8 Version: 7.13.0 Platform: Amazon Linux 2 i am trying to run coverage report of indendepent process using c8 ( assuming my test case will be...
This was ok if i use assertj-core 3.15.0 SoftAssertions , but it breaks in assertj-core 3.19.0 . Its due to generic return type ``` public RequestAssert assertThat(Request actual) { return...
Is there a way to specify connection / query timeout while using assertj db ?
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...
Hi, I realized the link url sent in the report portal email ( if i enable email integration ) is taking from backend.api.servers.url ? Is there anyway i can configure...