first couple widget e2e tests

courtesy of claude
most of the tests don't work yet
This commit is contained in:
rash
2026-02-11 23:16:03 +01:00
parent 333dc56ef7
commit 469b777dcf
23 changed files with 5129 additions and 0 deletions

View File

@@ -18,7 +18,13 @@ skip_glob = data/**,make_testdata.py,wsgi.py,bootstrap,celery_app.py,pretix/sett
[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.settings
addopts = -rw
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
# Playwright E2E test configuration
# Uncomment for debugging: --headed shows browser UI, --slowmo slows operations
# addopts = -rw --headed --slowmo 500
# Browser selection (chromium, firefox, webkit)
# --browser chromium
filterwarnings =
error
ignore:.*invalid escape sequence.*: