Skip to content

Commit 0d0e96e

Browse files
committed
Add Basic Bulk E2E Tests
- updates playwright in order to use formData.append
1 parent 54c0696 commit 0d0e96e

File tree

4 files changed

+696
-5
lines changed

4 files changed

+696
-5
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
testImplementation "com.zaxxer:HikariCP:5.1.0"
6969
testImplementation("org.postgresql:postgresql:42.6.0")
7070

71-
testImplementation 'com.microsoft.playwright:playwright:1.37.0'
71+
testImplementation 'com.microsoft.playwright:playwright:1.55.0'
7272

7373
testImplementation 'org.glassfish:javax.json:1.1.4'
7474
testImplementation 'org.apache.commons:commons-lang3:3.13.0'

0 commit comments

Comments
 (0)