more debug

This commit is contained in:
Kenneth Kehl
2024-09-26 08:53:40 -07:00
parent fd2de9bf9b
commit 3967612eb1
2 changed files with 1 additions and 4 deletions

View File

@@ -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
poetry run pytest -vv --browser chromium --browser firefox tests/end_to_end
poetry run pytest -vv --browser chromium tests/end_to_end/test_send_message_from_existing_template.py
.PHONY: js-lint
js-lint: ## Run javascript linting scanners