Skip to content

Releases: OpenTMI/stf-appium-python-client

fix WebDriver teardown

15 Sep 13:20
e90e4c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

support for AppiumClient (WebDriver)

15 Sep 11:09
00ee13a
Compare
Choose a tag to compare

What's Changed

  • bring appium client wrapper by @jupe in #16
  • replace nosetests with pytest

Full Changelog: v0.7.0...v0.8.0

allows to store appium logs

11 Nov 10:00
766aeaf
Compare
Choose a tag to compare

What's Changed

  • fix links for published packet by @jupe in #14
  • improve appium integration by @jupe in #15

Full Changelog: v0.6.1...v0.7.0

Require online status when allocating device

05 Jul 07:21
6a1ff66
Compare
Choose a tag to compare

changes
#13 require online device when allocating

cli option to list only devices based on given requirements

18 Jun 16:16
df187a6
Compare
Choose a tag to compare

New:

  • #11 cli option to list only devices based on given requirements
  • #11 support nested requirements

improve traces and one more env variable

27 Apr 18:29
4da7d28
Compare
Choose a tag to compare
Environment tuning (#10)

* trace env variables before calling command
* add DEV_APPIUM_WD_HUB_URI env variable

Some refactoring to makes smoother robot-framework integration

26 Mar 05:05
5f938dc
Compare
Choose a tag to compare

Improve API's for integrations

22 Mar 19:23
2d11cfc
Compare
Choose a tag to compare
Further develop API to more suitable for robot-framework (#7)

* allow Appium object to instantiate
* split wait and allocate api from allocate_context API

Allows to instantiate Appium object

22 Mar 06:53
0325f3b
Compare
Choose a tag to compare
v0.3.0

allow Appium object to instantiate (#6)

Improved test coverage and small refactoring

21 Mar 20:56
fc09b79
Compare
Choose a tag to compare

Introduce breaking change:
with adb(host) -> with AdbServer(host)