Cypress + Angular + Multiple PR Build #23359
Unanswered
rajjaiswalsaumya
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am facing a weird issue where when we are running our builds on Jenkins and multiple branches build run, the build fails as the port is already in use. We tried removing the port for angular and tried to run it with a dynamic port, but then start-server-and-test requires a port to run. Also, I removed baseUrl from cypress.ts.
Can anyone tell me the correct way of setting this up so that the tests run on the dynamic port?
Beta Was this translation helpful? Give feedback.
All reactions