Cypress on Sauce Labs
Cypress is an end-to-end JavaScript testing framework that you can use to test your web apps remotely on Sauce Labs cloud using the saucectl
CLI.
System Requirements
Supported OS:
- Windows 10 / Windows 11
- macOS 10.15+
- Linux
Supported Languages
JavaScript is supported out of the box. TypeScript and Cucumber are also supported, but require additional dependencies at runtime. See our example repo for working end-to-end examples.
Supported Testing Platforms
Sauce Labs supports the following test configurations for Cypress:
Cypress Version | Node.js Version | Supported Platforms | Supported Browsers | End of Life |
---|---|---|---|---|
13.13.1 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | July 23, 2025 |
Windows: 10, 11 | ||||
13.12.0 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | June 26, 2025 |
Windows: 10, 11 | ||||
13.10.0 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | May 28, 2025 |
Windows: 10, 11 | ||||
13.7.3 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | April 15, 2025 |
Windows: 10, 11 | ||||
13.6.6 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | February 28, 2025 |
Windows: 10, 11 | ||||
13.6.3 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | January 22, 2025 |
Windows: 10, 11 | ||||
13.6.0 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | December 6, 2024 |
Windows: 10, 11 | ||||
13.4.0 | 20 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | November 7, 2024 |
Windows: 10, 11 | ||||
13.3.0 | 18 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | September 28, 2024 |
Windows: 10, 11 | ||||
12.17.4 | 18 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | August 31, 2024 |
Windows: 10, 11 | ||||
12.17.2 | 18 | macOS: 11.00, 12, 13 | Chrome, Firefox, Microsoft Edge, Webkit (Experimental) | August 1, 2024 |
Windows: 10, 11 |
How to Get Started
- Quickstart: Use our demo repo to quickly set up and run a sample Cypress project and test to see the results.
- Run your own tests: Customize
saucectl
to run your existing tests just by modifying theconfig.yml
file for your project. - Try Cypress with Cucumber:
saucectl
supports Cypress using Cucumber, and the demo repo includes examples for Cypress 10 and above. - Incorporate saucectl in your pipeline: Cypress on Sauce supports CI integrations with Circle CI, GitLab, Jenkins, and GitHub Actions.
Cypress Plugin for Sauce Labs
If you would prefer to stay in Cypress, try the new Cypress Sauce Labs Plugin. Connect to your Sauce Labs account from within your Cypress project to configure and run your tests directly from Cypress.
Limitations
Please check the Limitations Page.