Skip to content

Commit

Permalink
ACS-6309 Add testNG
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Feb 1, 2024
1 parent 17f18e7 commit 5d5074a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions remote-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.epam.reportportal.testng.ReportPortalTestNGListener

0 comments on commit 5d5074a

Please sign in to comment.