What’s the procedure for integrating LambdaTest with Cypress Dashboard?
Hello Tom,
Here are the steps to integrate LambdaTest with Cypress Dashboard:-
- Update the LambdaTest-cypress cli with the below command:
npm install -g lambdatest-cypress-cli
(The CLI version should be the latest i.e. 2.3.0. You can check the CLI version by running the LambdaTest-cypress --version command.)
-
Create a project on Cypress Dashboard
-
Once you create the project on Cypress Dashboard, you will get a project ID and a record key. Define the project ID in the cypress.json file of your project.
-
Define the record key (Generated by Cypress Dashboard) in the run command as mentioned below:
LambdaTest-cypress run --cy=“–record;–key <key_value>”