forked from CGM_Public/pretix_original
first couple widget e2e tests
courtesy of claude most of the tests don't work yet
This commit is contained in:
@@ -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.*:
|
||||
|
||||
Reference in New Issue
Block a user