How do I integrate LambdaTest with Cypress Dashboard

What’s the procedure for integrating LambdaTest with Cypress Dashboard?

Hello Tom,

Here are the steps to integrate LambdaTest with Cypress Dashboard:-

  1. 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.)

  1. Create a project on Cypress Dashboard

  2. 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.

  3. Define the record key (Generated by Cypress Dashboard) in the run command as mentioned below:

LambdaTest-cypress run --cy=“–record;–key <key_value>”