mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Switch E2E test command to use Makefile
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
|||||||
# Run the E2E tests against the code found in this PR.
|
# Run the E2E tests against the code found in this PR.
|
||||||
# run: poetry run pytest -v --browser chromium --browser firefox --browser webkit tests/end_to_end
|
# run: poetry run pytest -v --browser chromium --browser firefox --browser webkit tests/end_to_end
|
||||||
# --browser webkit doesn't work at this time.
|
# --browser webkit doesn't work at this time.
|
||||||
run: poetry run pytest -v --browser chromium --browser firefox tests/end_to_end
|
run: make e2e-test
|
||||||
# Debugging for now to troubleshoot a connectivity issue to the local servers
|
# Debugging for now to troubleshoot a connectivity issue to the local servers
|
||||||
# run: curl --request GET --url "http://localhost:6012"
|
# run: curl --request GET --url "http://localhost:6012"
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user