I am trying Sauce Labs to run Appium tests and I want to compare it with Browserstack. The problem is that I cannot find any doc about 'running appium tests' on Browserstack.
Is it possible to run Appium tests on Browserstack?
I am trying Sauce Labs to run Appium tests and I want to compare it with Browserstack. The problem is that I cannot find any doc about 'running appium tests' on Browserstack.
Is it possible to run Appium tests on Browserstack?
Yes, BrowserStack provides Appium for Selenium browser testing on iOS. For example, to run a Selenium test on iPhone 6 on BrowserStack, you need to point it to BrowserStack's Selenium hub 'http://hub.browserstack.com/wd/hub' and set the capabilities as given below :
'browserName' : 'iPhone'
'platform' : 'MAC'
'device' : 'iPhone 6'
Did you tried with setting up desire capabilities as mentioned in below link:
https://www.browserstack.com/automate/java#configure-capabilities
Yes, it is totally possible. You can create a trial account and you will get 100 minutes for app automation.And free account supports few devices too.
https://app-automate.browserstack.com/
You can select app automate.