How to Keep Backend and Frontend Running for Parallel Cypress E2E Tests? #30369
Unanswered
mah-noor1
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
-
I'm working on setting up a Cypress end-to-end (E2E) pipeline. My current setup involves starting backend services and the local frontend before running the Cypress tests.
The issue I'm facing is that I want to run the setup only once, keeping the backend services and frontend running in the background while executing the Cypress E2E tests in parallel. However, after successfully setting up the services, Cypress tests cannot connect to them.
Has anyone dealt with a similar issue or had any suggestions on achieving this setup?
Beta Was this translation helpful? Give feedback.
All reactions