I don’t want to pass my confidential information in the Cypress script. Is there a way I can pass it at run time?
Hey Emma!
Yes, you can set the confidential information at the runtime in the cypress.env.json file using the --envs flag.
Here is the Syntax: lambdatest-cypress run --envs="a=1,b=2"