---
title: Test on multiple browsers with Cypress | TestingBot
description: Cypress supports testing on multiple browsers such as Chrome, Edge, Firefox
  and WebKit.
source_url:
  html: https://testingbot.com/software-testing-questions/how-to-test-cypress-on-different-browsers-and-devices
  md: https://testingbot.com/software-testing-questions/how-to-test-cypress-on-different-browsers-and-devices.md
---

# How to test Cypress on different browsers and devices?

- [![Share on Facebook](https://static.addtoany.com/buttons/facebook.svg) ](https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname= "Share on Facebook")
- [![Share on Twitter](https://static.addtoany.com/buttons/twitter.svg) ](https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname= "Share on Twitter")
- [![Share on LinkedIn](https://static.addtoany.com/buttons/linkedin.svg) ](https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname= "Share on LinkedIn")
- [![Share on HackerNews](https://static.addtoany.com/buttons/y18.svg) ](https://www.addtoany.com/add_to/hacker_news?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname= "Share on HackerNews")

Cypress is a powerful end-to-end testing framework primarily designed for testing web applications. It supports testing on Chromium browsers (Chrome and Edge), Firefox, WebKit and Electron.

If you want to run tests on multiple browsers with Cypress, you can choose to install these locally on your machine or use a cloud-service such as TestingBot.

To get started, you can see the [Launching Browsers documentation](https://docs.cypress.io/guides/guides/launching-browsers) on Cypress.

Once the browsers are installed, you can choose which browser(s) your test(s) should run on:

```bash
cypress run --browser chrome
```

By default, Cypress will generate a new browser profile with clean history and cookie entries, so as not to impact your test results.

> TestingBot provides a grid of browsers, ready to [run your Cypress tests in the cloud](https://testingbot.com/features/automation/cypress).

- [![Share on Facebook](https://static.addtoany.com/buttons/facebook.svg) ](https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname=)
- [![Share on Twitter](https://static.addtoany.com/buttons/twitter.svg) ](https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname=)
- [![Share on Linkedin](https://static.addtoany.com/buttons/linkedin.svg) ](https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname=)
- [![Share on Hacker News](https://static.addtoany.com/buttons/y18.svg) ](https://www.addtoany.com/add_to/hacker_news?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-test-cypress-on-different-browsers-and-devices.md&linkname=)

 ![TestingBot Logo](https://testingbot.com/assets/logo-head-2f7f08db4ac9c4a3b1a784047410f8a4ece708e7e9f10ed16e20fdd8310f8de3.svg)

## Sign up for a Free Trial

Start testing your apps with TestingBot.

No credit card required.

[Start Free Trial](https://testingbot.com/users/sign_up)

## Other Questions

### [Check Android Screen Resolution](https://testingbot.com/software-testing-questions/how-to-check-screen-resolution-on-android "Check Android Screen Resolution")

### [Viewing the HTML source in Safari](https://testingbot.com/software-testing-questions/how-to-view-source-code-in-safari "Viewing the HTML source in Safari")

### [How do you use a proxy during automated testing?](https://testingbot.com/software-testing-questions/how-to-use-a-proxy-for-automated-testing "How do you use a proxy during automated testing?")

### [What is a browser window?](https://testingbot.com/software-testing-questions/what-is-a-browser-window "What is a browser window?")

### [Cause and solutions for slow running Selenium tests.](https://testingbot.com/software-testing-questions/why-are-selenium-tests-running-slow-or-timing-out "Cause and solutions for slow running Selenium tests.")

### [Keyword Driven Testing examples and advantages](https://testingbot.com/software-testing-questions/what-is-keyword-driven-testing "Keyword Driven Testing examples and advantages")
