generated from coulomb/repo-seed
Add console visual checks
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: install test lint run openapi migrate-validate
|
||||
.PHONY: install test lint run openapi migrate-validate playwright-install visual-check
|
||||
|
||||
UV ?= /home/worsch/.local/bin/uv
|
||||
PYTHONPATH ?= src
|
||||
@@ -21,3 +21,9 @@ openapi:
|
||||
|
||||
migrate-validate:
|
||||
PYTHONPATH=$(PYTHONPATH) $(UV) run --extra dev python scripts/core_hub_migrate.py validate contracts/fixtures/migration/interhub-minimal.bundle.json
|
||||
|
||||
playwright-install:
|
||||
$(UV) run --extra dev playwright install chromium
|
||||
|
||||
visual-check:
|
||||
PYTHONPATH=$(PYTHONPATH) $(UV) run --extra dev python scripts/check_console_visual.py
|
||||
|
||||
Reference in New Issue
Block a user