mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Now try to run the E2E tests!
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -117,9 +117,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NOTIFY_ENVIRONMENT: development
|
NOTIFY_ENVIRONMENT: development
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
# 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
|
||||||
# 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:
|
||||||
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
|
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
|
||||||
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user