Add e2e make command

This commit is contained in:
Sascha Ißbrücker
2025-12-31 15:45:47 +01:00
parent 4fed5de7b3
commit 9013a8dfc2

View File

@@ -19,5 +19,12 @@ format:
npx prettier bookmarks/frontend --write npx prettier bookmarks/frontend --write
npx prettier bookmarks/styles --write npx prettier bookmarks/styles --write
e2e:
uv run playwright install chromium
rm -rf static
npm run build
uv run manage.py collectstatic --no-input
uv run pytest bookmarks/tests_e2e -n auto -o "python_files=e2e_test_*.py"
frontend: frontend:
npm run dev npm run dev