test(i18n): integration render tests for 4 locales + Playwright E2E flow (closes #77)

This commit is contained in:
Hermes
2026-06-04 11:14:25 +00:00
parent 13a25aded2
commit a1984b9413
4 changed files with 331 additions and 0 deletions

3
.gitignore vendored
View File

@@ -1,8 +1,11 @@
*.ps1
*.py
!/tests/E2E/*.py
/node_modules/
package-lock.json
.continue/
.playwright-mcp/
vendor/
.phpunit.cache/
build/
.phpunit.coverage.cache/