add junit reporting
This commit is contained in:
parent
959f1c4636
commit
f211163922
7
pom.xml
7
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user