test: add e2e tests via playwright

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2025-03-19 12:54:34 +01:00
parent 4f68d3ed1c
commit e37611a759
No known key found for this signature in database
GPG key ID: 27137D9E7D273FB2
7 changed files with 392 additions and 0 deletions

7
php/tests/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/