add playwright tests

This commit is contained in:
Athou
2022-08-13 13:00:23 +02:00
parent 04894f118b
commit ece9b993e0
7 changed files with 314 additions and 10 deletions

View File

@@ -490,5 +490,12 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.24.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>