From 6223341826f98a282e0881a8e9ec7f4ca61d0204 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 9 Sep 2024 12:34:52 -0700 Subject: [PATCH] reenable e2e tests --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 79a1a8480..d7161d453 100644 --- a/Makefile +++ b/Makefile @@ -88,8 +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_landing_and_sign_in_pages.py - DEBUG=pw:api,pw:browser poetry run pytest -vv --browser chromium tests/end_to_end/test_create_new_template.py + DEBUG=pw:api,pw:browser poetry run pytest -vv --browser chromium tests/end_to_end .PHONY: js-lint js-lint: ## Run javascript linting scanners