Skip to content
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

Pull latest docker image from prod for backend E2E testing #1573

Open
ecurrencyhodler opened this issue Feb 28, 2024 · 0 comments
Open

Pull latest docker image from prod for backend E2E testing #1573

ecurrencyhodler opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@ecurrencyhodler
Copy link
Contributor

Context

Right now we are E2E testing the backend against the frontend main repo. We should be testing our E2E tests against production.

Our goal is to have auto-deployments of our backend straight to prod if all tests pass for CI/CD. That means that the backend for both staging and prod will be in sync.

However we will still need staging to test frontend updates such as testing layouts and design.

This also means that when working on an issue that requires both front and backend work, no frontend PR should ever be submitted before the backend issue has been deployed to prod. Otherwise, the frontend PR won't be tested against the appropriate backend updates in E2E testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🧨 To Do
Development

No branches or pull requests

2 participants