Solved
Some checks failed
ci / tests (push) Has been cancelled

Error: Invalid installation targets: 'chromium-headless-shell'. Expecting one of: chromium, chrome, chrome-beta, msedge, msedge-beta, msedge-dev, firefox, webkit
make: *** [Makefile:86: playwright-install] Error 1
This commit is contained in:
Kevin Veen-Birkenbach
2025-12-23 21:38:27 +01:00
parent 1b3ee2c3fd
commit 9fbdce2972

View File

@@ -83,7 +83,7 @@ deps-e2e: venv
@$(VENV_PIP) install -e ".[e2e]" @$(VENV_PIP) install -e ".[e2e]"
playwright-install: deps-e2e playwright-install: deps-e2e
@$(VENV_PY) -m playwright install chromium chromium-headless-shell @$(VENV_PY) -m playwright install chromium
e2e-up: e2e-up:
$(COMPOSE) up -d $(COMPOSE) up -d