ACS-6309 Integration with Report Portal (#2445)

This commit is contained in:
Wojtek Świętoń
2024-04-03 09:46:01 +02:00
committed by GitHub
parent 22acb2abe7
commit 2723817832
33 changed files with 825 additions and 17 deletions

View File

@@ -46,6 +46,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>

View File

@@ -0,0 +1 @@
com.epam.reportportal.testng.ReportPortalTestNGListener