1
0

More end-to-end tests
All checks were successful
Build and test project / build-and-test (push) Successful in 1m43s

This commit is contained in:
2026-03-17 19:10:02 +01:00
parent 4713683638
commit 596354569e
3 changed files with 190 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
"test": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "^1.50.0"
"@playwright/test": "^1.50.0",
"jszip": "^3.10.1"
}
}