Restructure tests
DevPlace CI / test (push) Has been cancelled

This commit is contained in:
2026-06-13 16:32:33 +02:00
parent e73da1936e
commit 35b2b7ad81
268 changed files with 20634 additions and 9206 deletions
+9
View File
@@ -24,6 +24,15 @@ test:
test-headed:
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/ -x
test-unit:
python -m pytest tests/unit -x
test-api:
python -m pytest tests/api -x
test-e2e:
PLAYWRIGHT_HEADLESS=1 python -m pytest tests/e2e -x
coverage:
rm -f .coverage .coverage.*
COVERAGE_PROCESS_START=$(CURDIR)/.coveragerc PLAYWRIGHT_HEADLESS=1 \