I am using the LambdaTest-cypress run command but on the terminal, the error states as “The term ‘lambdatest’ is not recognized as the name“. what should I do?
Hi Helen,
It seems like the LambdaTest-Cypress CLI is not installed in your project due to which the LambdaTest-Cypress run command is not recognized. Install LambdaTest-Cypress CLI using the npm install -g lambdatest-cypress-cli
command and then give it a try.