[Vuejs]-Change node env var in Cypress

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

Leave a comment