Skip to content

Commit

Permalink
ACS-6309 Integration with report portal initial commit [tas] - integr…
Browse files Browse the repository at this point in the history
…ation, restapi
  • Loading branch information
wojtekswieton committed Sep 26, 2024
1 parent 831b714 commit 8c4939b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
<modules>
<module>tests</module>
</modules>
<dependencies>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<version>5.4.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>pipeline</id>
Expand Down Expand Up @@ -239,6 +247,12 @@
<version>${alfresco.desktop-sync.version}</version>
<type>amp</type>
</dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<version>5.4.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
9 changes: 9 additions & 0 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
<module>tas-mtls</module>
</modules>

<dependencies>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<version>5.4.2</version>
<scope>test</scope>
</dependency>
</dependencies>

<properties>
<dependency.org-json.version>20170516</dependency.org-json.version>
</properties>
Expand Down
8 changes: 8 additions & 0 deletions tests/tas-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<version>5.4.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.9.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 8c4939b

Please sign in to comment.