What is the best strategy when FE an BE are in different repositories? #27754
Unanswered
StijnDams
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We would like to include Cypress in our CI/CD process but we've run into the issue that our FE and BE codebases are in different repositories and we prefer not to stub every endpoint because that takes away some of the protection against breaking changes and takes a lot of time to stub everything.
Our last resort solution would be to host a separate environment solely for Cypress, but I was wondering if there's a better solution.
Beta Was this translation helpful? Give feedback.
All reactions