From 664d07b4147355f8cd84cc0c4d350667884c1525 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 27 Aug 2024 15:16:25 -0700 Subject: [PATCH] increase debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e4394ffb..79a1a8480 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +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_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 .PHONY: js-lint