-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Demo]: Updated e2e tests with changes from template-infra #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left a comment about getting rid of unneeded env vars, try that and test to see if it works
.github/workflows/e2e-tests.yml
Outdated
env: | ||
BASE_URL: ${{ inputs.service_endpoint }} | ||
APP_NAME: ${{ inputs.app_name }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: delete, doesn't look like this is used anywhere. in the "run e2e tests" step, you use inputs.app_name and inputs.service_endpoint, not env.app_name and env.service_endpoint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - looks like it still works with the env definitions removed:
Run make e2e-test APP_NAME=app BASE_URL=http://p-86-app-dev-1797299030.us-east-1.elb.amazonaws.com/
make e[2](https://github.com/navapbc/platform-test-nextjs/actions/runs/10222286732/job/28286717255?pr=86#step:5:2)e-test APP_NAME=app BASE_URL=http://p-86-app-dev-17972990[3](https://github.com/navapbc/platform-test-nextjs/actions/runs/10222286732/job/28286717255?pr=86#step:5:3)0.us-east-1.elb.amazonaws.com
shell: /usr/bin/bash -e {0}
Running [6](https://github.com/navapbc/platform-test-nextjs/actions/runs/10222286732/job/28286717255?pr=86#step:5:7) tests using 1 worker
······
6 passed (8.3s)
Co-authored-by: Loren Yu <loren@navapbc.com>
See the final PR on the Closing this |
Ticket
Resolves #{TICKET NUMBER OR URL}
Changes
template-infra
repo still workContext for reviewers
This PR still appears to work on this repo:
template-infra
PR - Add e2e tests template-infra#694Preview environment