feat: install @playwright/test + playwright.config.ts

This commit is contained in:
2026-05-13 08:25:54 +02:00
parent 4fa108dd48
commit f43c314156
4 changed files with 44 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
},
"devDependencies": {
"@ai-hero/sandcastle": "*",
"@playwright/test": "^1.49.0",
"@turbo/gen": "^2.4.0",
"@types/node": "^22.0.0",
"husky": "^9.0.0",
@@ -31,7 +32,7 @@
},
"lint-staged": {
"*.{ts,tsx,js,mjs,jsx}": [
"eslint --fix --max-warnings=0"
"eslint --fix --max-warnings=0 --no-warn-ignored"
],
"*.{ts,tsx,js,mjs,jsx,json,md,yml,yaml}": [
"prettier --write"