works locally and maybe on github as well

This commit is contained in:
Kenneth Kehl
2024-03-26 10:30:11 -07:00
parent c4a594663b
commit edf3961f0d
2 changed files with 7 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ dead-code:
.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 --browser firefox --headed tests/end_to_end
.PHONY: js-lint
js-lint: ## Run javascript linting scanners