I have Cypress 10 installed locally. Can I run tests on LambdaTest on Cypress 9 without downgrading the Cypress version locally?

Tell me how to run tests on LambdaTest on Cypress 9 without downgrading the Cypress version locally.

Hello Devan,

Yes, you can do it by following below 3 steps:

  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.

Hello are you guys supporting Cypress v12 & above seems like when I try to run lambdatest-cypress is expecting Spec files but cypress 12 rename Spec to cy

We do Support Cypress v. 12 there are no relevant changes when running in 10 or above, hence we have not specified updates here separately: