Adds playwright

This commit is contained in:
2026-05-21 11:50:50 -07:00
parent adb6ecb1ff
commit ddf11a7cb3
2 changed files with 103 additions and 1 deletions

View File

@@ -24,12 +24,16 @@
"recharts": "^2.5.0"
},
"devDependencies": {
"@playwright/test": "1.60.0",
"@tailwindcss/forms": "^0.5.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:server": "clojure -M:test -m auto-ap.test-server"
},
"repository": {
"type": "git",