Is there any way to have different `cypress.env.js...
# help
c
Is there any way to have different
cypress.env.json
files? For example,
cypress.env.development.json
and
cypress.env.production.json
? I have four different environments and need to set
baseUrl
,
video
and some custom variables differently, depending on the environment. I was expecting a CLI option but only found
--env
, which is not what I want.
3 Views