diff --git a/Makefile b/Makefile index 83c0fc0f4..2e4394ffb 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,7 @@ dead-code: ## 60% is our aspirational goal, but currently breaks the build .PHONY: e2e-test e2e-test: export NEW_RELIC_ENVIRONMENT=test e2e-test: ## Run end-to-end integration tests; note that --browser webkit isn't currently working + DEBUG=pw:api,pw:browser poetry run pytest -vv --browser chromium tests/end_to_end/test_accounts_page.py DEBUG=pw:api,pw:browser poetry run pytest -vv --browser chromium tests/end_to_end/test_create_new_template.py .PHONY: js-lint