https://cypress.io logo
hey I am trying to run the cypress cicd image loca...
# help
s
hey I am trying to run the cypress cicd image locally to try and diagnose why some tests are only failing it gitlab. I have pulled the image and have this
Copy code
docker run --rm -v ${PWD}:/myvol -w /myvol cypress/included:9.4.1 "npm install & npm start"
which 'succeeds' in that cypress runs, but the npm server doesn't, so cypress can't find localhost:3000. something wrong with my syntax?