This commit is contained in:
Kenneth Kehl
2024-04-29 11:35:33 -07:00
parent bc72288d4d
commit 7b570bfbed
2 changed files with 2 additions and 1 deletions

View File

@@ -82,7 +82,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 tests/end_to_end/test_create_new_template.py
.PHONY: js-lint
js-lint: ## Run javascript linting scanners