I wanted to change the Cypress base_url using the LamdaTest command with envs, however it does not work

I wanted to change the Cypress base_url using the LamdaTest command with envs, however, it does not work. Could you provide me with some information on how I could define the Cypress base URL in the command prompt?

Hey Charity,

You could use

:–cy or --cypress_settings

Sample syntax:

lambdatest-cypress run --cy="--config baseUrl= https://www.production-website.com/"

lambdatest-cypress run --cypress_settings="--config viewportWidth=414,viewportHeight=896"