Add E2E tests
Django CI/CD / test (push) Failing after 1m1s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-06-09 12:47:44 +02:00
parent 83aefcb849
commit e45be806fc
6 changed files with 266 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ dev = [
"django-debug-toolbar>=4.4.2,<5",
"ruff",
"pytest-django>=4.12.0",
"pytest-playwright>=0.8.0",
]
[tool.uv]