Exploring
Exploring

Reputation: 3359

Can I run Robot tests with Appium Browserstack?

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

Answers (2)

A P
A P

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:

  1. https://github.com/nithyamn/bstack-robot-framework#automate

  2. https://github.com/nithyamn/bs-robot-framework#app-automate

Hope this helps.

Regards, BrowserStack Support

Upvotes: 1

joshin4colours
joshin4colours

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

Related Questions