---
title: Cypress Geolocation Testing in the Cloud
description: Run Cypress tests across various geolocations around the world. Run Cypress
  tests in parallel in the cloud.
source_url:
  html: https://testingbot.com/support/web-automate/cypress/geolocation
  md: https://testingbot.com/support/web-automate/cypress/geolocation/index.md
---
# Cypress Geolocation Testing

TestingBot provides Cypress testing in the cloud. Together with TestingBot's IP GeoLocation feature, you are able to run Cypress tests from various countries around the world.

The advantages of using geolocation testing with Cypress are that you can verify various scenarios in your tests, such as:

- Test translated webpages 
- Verify localized pricing: different currencies 
- Test speed from various locations around the world 

We currently support the following geolocations for Cypress testing:

- **'\*'** : this will take a random country from the list below
- **'AU'** : Australia
- **'BE'** : Belgium
- **'BR'** : Brazil
- **'CA'** : Canada
- **'CL'** : Chile
- **'FR'** : France
- **'DE'** : Germany
- **'IN'** : India
- **'IT'** : Italy
- **'JP'** : Japan
- **'NO'** : Norway
- **'SG'** : Singapore
- **'ZA'** : South Africa
- **'SE'** : Sweden
- **'CH'** : Switzerland
- **'AE'** : United Arab Emirates
- **'GB'** : United Kingdom
- **'US'** : United States

## Code Example

You can specify the ISO code of the geolocation in the `testingbot.json` file, as a capability:

    {
      ...
      	"browsers": [
            {
                "browserName": "chrome",
                "platform": "WIN10",
                "version": "latest",
                "testingbot.geoCountryCode": "DE"
            }
        ],
      ...
    }

Was this page helpful? Yes No 

## Looking for More Help?

Have questions or need more information?   
 You can reach us via the following channels:

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