added playwright to dev dependencies

This commit is contained in:
Pit Friedrich
2026-07-26 20:10:08 +02:00
parent f242bbd8a6
commit 2e2c9aec3b
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -56,6 +56,13 @@
<artifactId>browserless-test-spring</artifactId>
<scope>test</scope>
</dependency>
<!-- Source: https://mvnrepository.com/artifact/com.microsoft.playwright/playwright -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.61.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>