add junit reporting

This commit is contained in:
Greg Gauthier 2023-01-27 16:51:18 +00:00
parent 959f1c4636
commit f211163922
1 changed files with 7 additions and 0 deletions

View File

@ -48,6 +48,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-reporting</artifactId>
<version>1.9.2</version>
<scope>test</scope>
</dependency>
<!-- *************************** PLAYWRIGHT **************************** -->
<!-- https://mvnrepository.com/artifact/com.microsoft.playwright/playwright -->
<dependency>