Skip to content

Releases: OpenTMI/pytest-stf

local run improvements

25 Nov 09:18
ed7660e
Compare
Choose a tag to compare

What's Changed

  • Return resource info as dict also when running locally with lockable by @lorjala in #11
  • add possibility to set phone requirements from env variable by @jupe in #10

Full Changelog: v0.3.2...v0.3.3

improve error prone

25 Nov 06:31
e2a9bff
Compare
Choose a tag to compare

What's Changed

  • improve error prone when stf device was just allocated by @jupe in #9

Full Changelog: v0.3.1...v0.3.2

update dependency

20 Nov 19:38
2d74aef
Compare
Choose a tag to compare

What's Changed

note: no more internal adb._execute(), use public adb.execute() instead.

Full Changelog: v0.3.0...v0.3.1

local device usage

30 Sep 12:39
8198edd
Compare
Choose a tag to compare

What's Changed

  • Add support for local devices and remote appium server by @lorjala in #6

New Contributors

Full Changelog: v0.2.0...v0.3.0

refactor project with new fixtures and python3.10 support

16 Sep 11:56
2fa18a5
Compare
Choose a tag to compare

What's Changed

  • add python 3.10 support by @jupe in #4
  • added AppiumClient support and update stf client by @jupe in #5

Full Changelog: v0.1.0...v0.2.0

Initial release

09 Sep 11:17
25eb49b
Compare
Choose a tag to compare

What's Changed

  • primitive implementation by @jupe in #1
  • trig CI flow with push:tags by @jupe in #2
  • tune ci flow, especially release steps by @jupe in #3

New Contributors

  • @jupe made their first contribution in #1

Full Changelog: https://github.com/OpenTMI/pytest-stf/commits/v0.1.0