Skip to content

Releases: mreiche/python-automation-framework

0.1.8

03 Sep 11:05
dd0a603
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

0.1.7

26 Apr 09:27
fd166de
Compare
Choose a tag to compare

What's Changed

  • Fixed count on inexistent sub elements by @mreiche in #22
  • Removed useless failsafe mapper by @mreiche in #23
  • take_screenshots() allows passing file name by @mreiche in #24

Full Changelog: 0.1.6...0.1.7

0.1.6

14 Dec 12:06
f87533b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6

0.1.5

28 Oct 07:20
909bc9b
Compare
Choose a tag to compare

What's Changed

  • Improved documentation about taking screenshots and added a test case. by @mreiche in #19
  • Feature/context find by @mreiche in #20

Full Changelog: 0.1.4...0.1.5

0.1.4

05 Sep 19:55
4141ac9
Compare
Choose a tag to compare

What's Changed

  • Feature/update chrome in test image by @mreiche in #16
  • Fixed assertion messages by @mreiche in #17
  • change() is now thread safe using thread-local Config() class by @mreiche in #18

Full Changelog: 0.1.3...0.1.4

0.1.3

28 Aug 05:43
20eb29d
Compare
Choose a tag to compare

What's Changed

  • Bugfix/rename count to retry count by @mreiche in #15

Full Changelog: 0.1.2...0.1.3

0.1.2

27 Aug 20:30
d419b11
Compare
Choose a tag to compare

What's Changed

  • Bugfix/exception message improvements by @mreiche in #14

Full Changelog: 0.1.1...0.1.2

0.1.1

19 Jun 07:29
f074c1d
Compare
Choose a tag to compare

What's Changed

  • Improved API by introducing context manager for config override. by @mreiche in #13

Full Changelog: 0.1.0...0.1.1

0.1.0

01 Jun 15:10
2ab73d8
Compare
Choose a tag to compare

What's Changed

0.0.9

09 May 19:35
6cb20c6
Compare
Choose a tag to compare
  • Implemented Listener interface
  • Implemented HighlightListener for PAF_DEMO_MODE environment variable
  • Added warning log message for unused assertions