Appium integration
#790
|
Please tell me if it is possible to run Appium tests using this interface. |
Answered by
jupe
Jun 12, 2024
Replies: 1 comment
|
Sure, appium usea ADB with android devices and stf provide ADB for client. Here’s client written with python that works well with appium and stf: https://github.com/OpenTMI/stf-appium-python-client . There’s also pytest plugin top of that. With iOS, you are more or less alone since there is no official ios support at stf… |
0 replies
Answer selected by
lozik4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, appium usea ADB with android devices and stf provide ADB for client. Here’s client written with python that works well with appium and stf: https://github.com/OpenTMI/stf-appium-python-client . There’s also pytest plugin top of that. With iOS, you are more or less alone since there is no official ios support at stf…