ACS-6309 Bump agent-java-testng to 5.4.2 try junit4 listener, junit5 listener

This commit is contained in:
Wojtek.Swieton
2024-08-28 12:51:19 +02:00
parent 1914f0708a
commit 9d2bb3fa2c
2 changed files with 2 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ jobs:
run: |
eval "args=($RP_OPTS)"
mvn -B test -pl ${{ matrix.testModule }} -am ${{ matrix.testAttributes }} -DfailIfNoTests=false "${args[@]}"
mvn dependency:tree | grep 'org.testng:testng' || true
continue-on-error: true
- name: "Update GitHub Step Summary"
if: github.ref_name == 'feature/ACS-6309_Bump_TestNG'

View File

@@ -141,6 +141,7 @@
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit5</artifactId>
<version>5.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>