chore: Add Playwright npm package for browser testing

This commit is contained in:
2026-03-27 13:24:11 -07:00
parent 701e7d186c
commit ff8bbf3394
2 changed files with 48 additions and 2 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
"private": true,
"type": "module",
"dependencies": {
"hanami-assets": "^2.1.1"
"hanami-assets": "^2.1.1",
"playwright": "^1.58.2"
}
}