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:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user