I am doing mobile testing and thinking to migrate my tests to the Sauce Labs platform.
I have to do automated testing and the platform needs to run Appium with robot tests.
Can I run tests written in Robot Framework (with Appium) in Sauce Labs platform?
Because Sauce Labs works with Selenium and Appium's remote protocols, it should be possible to integrate it with almost every tool which supports those.
That includes Appium/Robot; in fact, one of the Sauce Labs solutions Engineers has a example online for native apps for both iOS and Android: https://github.com/saucelabs-training/demo-python/tree/main/examples/robotframework/native_mobile
The basic idea is that it uses the relevant Sauce Labs Appium data centre as the remote server URL and passes valid desired capabilities using variables:
It can even update the Sauce Labs test status, using the JavaScript executor: