Fix
DevPlace CI / test (push) Failing after 2m44s

This commit is contained in:
2026-05-14 04:12:19 +02:00
parent d2bafabbad
commit 2691684c08
25 changed files with 82 additions and 385 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ test:
PLAYWRIGHT_HEADLESS=1 python -m pytest tests/ -v --tb=line -x
test-headed:
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/ -v --tb=line -x
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/ -v -n auto --tb=line -x
demo:
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/test_demo.py -v -s --tb=line -x