---
title: 'Multiple Cypress Versions: cross browser testing'
description: How to specify the Cypress Version you want to use with cross browser
  testing.
source_url:
  html: https://testingbot.com/support/web-automate/cypress/version
  md: https://testingbot.com/support/web-automate/cypress/version/index.md
---
# 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 `cypressVersion` in the `testingbot.json` file.

    {
    	"run_settings": {
    		"cypress_project_dir":
    			"/path/to/directory-that-contains-cypress-config-file",
    		"build_name": "build-name",
    		"start_tunnel": true,
    		"local_ports": [],
    		"realTimeLogs": true,
    		"cypressVersion": "13.3.3"
    	}
    }

Currently we support these versions of Cypress:

- 14.2.0 
- 13.17.0 
- 13.3.3 (default) 
- 12.5.1 
- 10.0.0 
- 9.1.0 
- 8.0.0 

If you'd like to test on another version, please [let us know](https://testingbot.com/contact/new).

### Looking for more help?

Have questions or need more information? Reach out via email or Slack.

[Email us](https://testingbot.com/contact/new)[Slack Join our Slack](https://join.slack.com/t/testingb0t/shared_invite/zt-3bcw9xch-jk19~6XPs_xBrsAgAedkCw)
