Reorganize scripts and E2E tests

This commit is contained in:
Sascha Ißbrücker
2023-05-21 14:32:24 +02:00
parent 417dce785a
commit 84f13dd792
15 changed files with 107 additions and 14 deletions

View File

@@ -44,4 +44,4 @@ jobs:
python manage.py compilescss
python manage.py collectstatic --ignore=*.scss
- name: Run tests
run: python manage.py test bookmarks.e2e
run: python manage.py test bookmarks.e2e --pattern="e2e_test_*.py"