I am trying to run Cypress through LambdaTest but not able to run Cypress 10.1.0. Can you help me with this?

I want to run Cypress 10.1.0.

Hello Dipen,

Currently, we do not have support for Cypress 10. However, our team is already working on it. I will be available in some time. In the meantime, you can run your tests by following these three steps mentioned below:

  1. Create a file containing { } and name it Cypress.json. Pass it in “cypress_config_file” in lambdatest-config.json file "cypress_config_file": "cypress.json"
  2. In “ignore_files”, pass cypress.config.js
  3. In npm_dependencies object, pass “cypress":"9.0.0” “npm_dependencies”: { “cypress”: “9.0.0” } You can run the test now using the lambdatest-cypress run command.