This commit is contained in:
Kenneth Kehl
2023-09-13 12:16:43 -07:00
parent 93e4d1b4bb
commit 91f1790c89
5 changed files with 13 additions and 29 deletions

View File

@@ -79,7 +79,6 @@ dead-code:
e2e-test: export NEW_RELIC_ENVIRONMENT=test
e2e-test: ## Run end-to-end integration tests
poetry run pytest -v --browser chromium --browser firefox --browser webkit tests/end_to_end
# poetry run pytest -v --browser chromium tests/end_to_end
.PHONY: js-lint
js-lint: ## Run javascript linting scanners