refactor: move e2e tests to root of repository

This commit is contained in:
Elias Schneider
2025-05-22 22:02:44 +02:00
parent 5fa15f6098
commit 966a566ade
33 changed files with 1476 additions and 1153 deletions

7
tests/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"type": "module",
"devDependencies": {
"@playwright/test": "^1.52.0",
"jose": "^6.0.11"
}
}