Move e2e tests

This commit is contained in:
Sascha Ißbrücker
2025-03-08 09:35:00 +01:00
parent bbf173c135
commit b037de14c9
13 changed files with 11 additions and 11 deletions

View File

@@ -9,4 +9,4 @@ npm run build
python manage.py collectstatic
# Run E2E tests
python manage.py test bookmarks.e2e --pattern="e2e_test_*.py"
python manage.py test bookmarks.tests_e2e --pattern="e2e_test_*.py"