Is it possible to set environment variable in cypress at runtime, if yes could you please help me with the command for same?
Hi Ana Sousa,
Yes, can set the environment variable in Cypress at runtime. Use the below command to achieve the same:
lambdatest-cypress run --envs="a=1,b=2"