Skip to content

Commit

Permalink
ISPN-14766 Apply ISPN-15143 to insights module
Browse files Browse the repository at this point in the history
Utilise Junit5 TestNG engine to run tests to the insights module
  • Loading branch information
fax4ever committed Sep 21, 2023
1 parent 89943a1 commit 2811d65
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions server/insights/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,18 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<groupId>org.junit.support</groupId>
<artifactId>testng-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2811d65

Please sign in to comment.