Cypress e2e test can’t access app url in GitHub Actions
I am trying to set up an e2e test in my app using Cypress and GitHub Actions.
The tests pass in local with no issue but, when I push to GitHub and consequently run the tests, they don’t anymore. The database and backend seem to build and run fine but I am not sure about the frontend. Indeed, it seems to work but when the Cypress tests begin, they don’t find the “localhost:4200” as they should (they can interact with the database though).