Cloud device farm integration
6 min readLast updated 2026-04-25Beta
Connect BrowserStack, Sauce Labs, or AWS Device Farm for real device testing at scale.
Cloud device farms give you access to hundreds of real devices without maintaining a device lab. Check Studio integrates with the leading providers.
BrowserStack
{
mobile: {
provider: 'browserstack',
credentials: {
username: process.env.BROWSERSTACK_USER,
accessKey: process.env.BROWSERSTACK_KEY,
},
devices: ['iPhone 15', 'Samsung Galaxy S24'],
},
}javascriptSauce Labs
{
mobile: {
provider: 'saucelabs',
credentials: {
username: process.env.SAUCE_USER,
accessKey: process.env.SAUCE_KEY,
},
},
}javascriptCost control
Set a daily device usage cap in Settings > Mobile. Check Studio queues tests when the cap is reached instead of failing.
Was this article helpful?
Still have questions?
Our support team is here to help. Reach out directly or search the docs.