tests: ébauche des tests d'intégration via Playwright

This commit is contained in:
gcch 2025-12-23 16:18:28 +01:00
commit a0d91a0ef7
7 changed files with 285 additions and 89 deletions

View file

@ -44,5 +44,5 @@
"useUnknownInCatchVariables": true
},
"exclude": ["vendor", "web/app/plugins", "web/wp"],
"include": ["*.js", "lib", "web/app/themes/haiku-atelier-2024/src", "vite.config.ts"]
"include": ["*.js", "lib", "web/app/themes/haiku-atelier-2024/src", "vite.config.ts", "tests"]
}