Reputation: 3359
Can I run tests written Robot Framework in Browserstack for automated testing?
If BrowserStack does not support it which framework supports it?
Also, I am wondering whether other frameworks support Robot with Appium or not.
Upvotes: 1
Views: 978
Reputation: 376
Yes, you can use Robot Framework with Appium on BrowserStack's Automate as well as for App Automate on real devices.
For reference and walkthrough guide, please refer to the documentation here:
Hope this helps.
Regards, BrowserStack Support
Upvotes: 1
Reputation: 1696
You can use Robotframework with Sauce Labs, here are some code examples:
https://github.com/saucelabs-training/demo-python/tree/main/examples/robotframework
Upvotes: 0