-
Notifications
You must be signed in to change notification settings - Fork 53
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
Run e2e tests against deployed environments #1770
Labels
DevOps
Infrastructure changes
Eng Health
Tech Debt
issues dedicated to the resolution of technical debt
Comments
nickclyde
added
the
Tech Debt
issues dedicated to the resolution of technical debt
label
Nov 1, 2021
It's worth deferring this ticket until the e2e tests are written/rewritten, so we have a ballpark idea of how long these tests will take. |
Add a deployment to prod blocking step (parallel to deployment to stg) that will run e2e against a real env deployed on azure, |
6 tasks
Next steps on this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DevOps
Infrastructure changes
Eng Health
Tech Debt
issues dedicated to the resolution of technical debt
Description
Run e2e tests against deployed environments. This should run against an environment that's deployed against the regular flow, and uses Okta Preview and the Experian demo account. We'll need to add
dev
back to the deployment pipeline for this to work.Proposed solution
After deploying to training or demo, add a step to run the e2e tests, configured to point at the dev URL
Additional context
This ticket was created in response to this postmortem
We may need to add different profiles for running the e2e tests locally vs in deployed environments. Locally we'll want to use Wiremock instead of Okta preview, for instance.
This should be run before deploying a PR to production, rather than just doing it daily. We may need to add a flag enabling users to bypass e2e tests to respond to production incidents.
The text was updated successfully, but these errors were encountered: