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".
Hey Emma!
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.
I’ve installed the CLI but getting error. "lambdatest-cypress : The term ‘lambdatest-cypress’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- lambdatest-cypress run
-
+ CategoryInfo : ObjectNotFound: (lambdatest-cypress:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException"
use “npx lambdatest-cypress run” command