Adding authentication integration test

This commit is contained in:
2025-08-30 20:26:24 +02:00
parent 17b08be077
commit 94214125fd
3 changed files with 137 additions and 1 deletions

View File

@@ -27,6 +27,9 @@ test-e2e:
test-e2e-headed:
pytest -m "e2e" --browser chromium --headed
test-e2e-headed-slowmo:
pytest -m "priority1" --browser chromium --headed --slowmo=2000
test-regression:
pytest tests/test_e2e_regression.py -m "regression" --browser chromium