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:
- 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" - In “
ignore_files”, pass cypress.config.js - In
npm_dependenciesobject, pass “cypress":"9.0.0” “npm_dependencies”: { “cypress”: “9.0.0” } You can run the test now using the lambdatest-cypress run command.