Implement role-based account journeys with database and browser acceptance suites
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
75750c0036
commit
1127f852dd
24 changed files with 1554 additions and 148 deletions
11
Makefile
11
Makefile
|
|
@ -15,3 +15,14 @@ test-conformance: test-unit check-layer
|
|||
|
||||
check-layer:
|
||||
PYTHONPATH=src $(PYTHON) scripts/check_layer_conformance.py --report
|
||||
|
||||
|
||||
.PHONY: test-journeys
|
||||
# Optional JOURNEY_ARGS supports --role, --report and --require-complete.
|
||||
test-journeys:
|
||||
PYTHONPATH=src:tests $(PYTHON) scripts/run_journey_suites.py $(JOURNEY_ARGS)
|
||||
|
||||
|
||||
.PHONY: test-browser-journeys
|
||||
test-browser-journeys:
|
||||
PYTHONDONTWRITEBYTECODE=1 $(PYTHON) scripts/browser_journeys.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue