Add Playwright testing framework and implement initial tests; update .gitignore and package files

This commit is contained in:
2025-05-22 19:46:04 +02:00
parent f005b2ec0a
commit 8dcb892ae9
9 changed files with 749 additions and 37 deletions

6
.gitignore vendored
View File

@ -255,3 +255,9 @@ Thumbs.db
# Backup files
*.bak
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/