feat: add Playwright testing framework configuration and tests
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m43s

This commit is contained in:
Jan K9f 2025-01-16 16:46:30 +01:00
parent 27eca287e2
commit b30a40fe07
Signed by: jank
GPG key ID: 50620ADD22CD330B
7 changed files with 632 additions and 4 deletions

5
.gitignore vendored
View file

@ -40,3 +40,8 @@ testem.log
# System files
.DS_Store
Thumbs.db
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/