0👍
I tried this in the command line and it worked for me:
CYPRESS_BASE_URL=$VUE_APP_API_URL ./node_modules/.bin/cypress open
More info in the documentation:
Cypress environment variable
Source:stackexchange.com
0👍
I tried this in the command line and it worked for me:
CYPRESS_BASE_URL=$VUE_APP_API_URL ./node_modules/.bin/cypress open
More info in the documentation:
Cypress environment variable