What is the best way to run a cypress test when initiating a merge request? (before approval)
In this case, I have a question as to what is the ‘need’ environment to run the cypress test (merge request and before approval)?
Cypress is currently in docker images. But since the backend and frontend have not been deployed, I have a problem that in the merge request, on which environment should the cypress test be run?
I want to check whether my merge request affects the existing functions before approving the merge request.