feat(e2e): add basic e2e test suite

This commit is contained in:
Kstala
2023-11-21 09:45:12 +01:00
parent f952dc8d0b
commit bad0462bbf
15 changed files with 565 additions and 1 deletions

5
e2e-tests/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/