add junit reporting

This commit is contained in:
Greg Gauthier 2023-01-27 16:51:18 +00:00
parent 959f1c4636
commit f211163922

View File

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