TestCafe on Sauce Labs
TestCafe is a 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 and TypeScript are supported out of the box.
Supported Testing Platforms
Sauce Labs supports the following test configurations for TestCafe:
TestCafe Version | Node.js Version | Supports Configurable Node.js | Supported Platforms | Supported Browsers | End of Life |
---|---|---|---|---|---|
3.7.0 | 20 | ✅ | macOS: 11.00, 12, 13 | Safari, Chrome, Firefox, Microsoft Edge | November 13, 2025 |
Windows: 10, 11 | Chrome, Firefox, Microsoft Edge | ||||
iOS: 13.4, 14.5, 15.4, 16.0, 16.1, 16.2 | Safari | ||||
3.6.2 | 20 | ✅ | macOS: 11.00, 12, 13 | Safari, Chrome, Firefox, Microsoft Edge | November 05, 2025 |
Windows: 10, 11 | Chrome, Firefox, Microsoft Edge | ||||
iOS: 13.4, 14.5, 15.4, 16.0, 16.1, 16.2 | Safari | ||||
3.6.1 | 20 | macOS: 11.00, 12, 13 | Safari, Chrome, Firefox, Microsoft Edge | June 26, 2025 | |
Windows: 10, 11 | Chrome, Firefox, Microsoft Edge | ||||
iOS: 13.4, 14.5, 15.4, 16.0, 16.1, 16.2 | Safari | ||||
3.6.0 | 20 | macOS: 11.00, 12, 13 | Safari, Chrome, Firefox, Microsoft Edge | May 28, 2025 | |
Windows: 10, 11 | Chrome, Firefox, Microsoft Edge | ||||
iOS: 13.4, 14.5, 15.4, 16.0, 16.1, 16.2 | Safari | ||||
3.5.0 | 20 | macOS: 11.00, 12, 13 | Safari, Chrome, Firefox, Microsoft Edge | April 15, 2025 | |
Windows: 10, 11 | Chrome, Firefox, Microsoft Edge | ||||
iOS: 13.4, 14.5, 15.4, 16.0, 16.1, 16.2 | Safari | ||||
3.4.0 | 20 | macOS: 11.00, 12, 13 | Safari, Chrome, Firefox, Microsoft Edge | December 6, 2024 | |
Windows: 10, 11 | Chrome, Firefox, Microsoft Edge | ||||
iOS: 13.4, 14.5, 15.4, 16.0, 16.1, 16.2 | Safari |
How to Get Started
- Quickstart: Use our demo repo to quickly set up and run a sample TestCafe 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. - Incorporate saucectl in your pipeline: TestCafe on Sauce supports CI integrations with Cirlce CI, GitLab, Jenkins, and GitHub Actions.
TestCafe Plugins for Sauce Labs
If you prefer to run your tests directly from TestCafe against a remote Sauce Labs browser, try our TestCafe Provider Plugin.
If all you want is to publish your TestCafe test results to Sauce Labs, but not run on Sauce Labs or use a Sauce Labs provided browser, check out our TestCafe Reporter!
Limitations
Please check the Limitations Page.