1,Find cypress installation path
DEBUG=cypress:* cypress version# here it iscypress:cli Reading binary package.json from: /Users/john/Library/Caches/Cypress/3.4.1/Cypress.app/Contents/Resources/app/package.json +0ms
In my case it is: /Users/john/Library/Caches/Cypress/6.3.0/Cypress.app/Contents/Resources/app/
Change the default dashboard URL - use the director
service URL
$ cat /Users/john/Library/Caches/Cypress/3.4.1/Cypress.app/Contents/Resources/app/packages/server/config/app.yml...# Replace this with a URL of the alternative dashboardproduction:# api_url: "https://api.cypress.io/"api_url: "http://localhost:1234/"...
Make sure to change the configiration on every machine that runs cypress test in your CI environment