Specifying Cypress Version
TestingBot has installed several versions of Cypress on its VMs.
You can request the TestingBot Cypress CLI to test on a specific version by specifying the cypress_version
in the testingbot.json
file.
{
"run_settings": {
"cypress_project_dir":
"/path/to/directory-that-contains-cypress-json-file",
"build_name": "build-name",
"start_tunnel": true,
"local_ports": [],
"realTimeLogs": true,
"cypressVersion": "13.3.3"
}
}
Currently we support these versions of Cypress:
- 13.3.3 (default)
- 12.5.1
- 10.0.0
- 9.1.0
- 8.0.0
- 6.5.0
- 5.6.0
- 4.12.1
If you'd like to test on another version, please let us know.