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: '8.0.0'
}
}
Currently we support these versions of Cypress:
- 12.5.1 (default)
- 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.