Releases: testdevlab/Py-TestUI
Releases · testdevlab/Py-TestUI
v1.2.5
What's Changed
- Fix IDE warnings of return when error on soft assert by @MartinsKMickus in #115
- remove chrome args for appium android by @alvarolaserna in #116
- add exists method by @alvarolaserna in #117
New Contributors
- @MartinsKMickus made their first contribution in #115
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Small fixes and improvements
- fix capabilities to use w3c standard by @alvarolaserna in #112
- fix actions bug for press_hold and swipe actions by @alvarolaserna in #113
- fix logging of send_keys method by @alvarolaserna in #114
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- New appium version 4.0.0 by @alvarolaserna in #96
- fix save screenshot issue by @alvarolaserna in #99
- update opencv and fix test scenarios by @alvarolaserna in #105
- fix omitted appium driver execute result by @alvarolaserna in #109
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Patch Bug Fix for 1.2.1
- fix bug related to retrieving drivers from element class by @alvarolaserna in #97
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Closes #59 Upgrade all the dependencies and remove value by @alvarolaserna in #60
- add 5 different python versions to test with by @alvarolaserna in #63
- Update installation documentation, add PyPi emblem by @paulsgrudups in #66
- chore(deps): Create dependabot.yml by @TDL-EdgarsEglitis in #58
- @dependabot in #68 #69 #70 #75 #74 #71 #72
- make dependencies from
requirements.txtnot so strict and remove selenium by @alvarolaserna in #76 - change the property for driver by @alvarolaserna in #93
- add deprecation notice for
touch_actions()by @alvarolaserna in #95
New Contributors
- @TDL-EdgarsEglitis made their first contribution in #58
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- publish-to-pip: Setup and publish to PyPI, add publish gh action by @ruzv in #42
- Template match fixes to add screenshot path definition by @alvarolaserna in #46
- Add and improve function comments in support package by @paulsgrudups in #49
- adding bundle ID for iOS testing and fixing test cases by @alvarolaserna in #44
- Fix for saving log files during tests by @alvarolaserna in #50
- fix full exception printing by @alvarolaserna in #53
- adding support for appium 2.0 by @alvarolaserna in #54
- Finish documenting whole testui package by @paulsgrudups in #51
- new version 1.2.0 by @alvarolaserna in #57
Full Changelog: v1.1.1...v1.2.0
v1.1.1
- Upgrade dependencies
- Fix linting
- Fix issues with options for new webdrivers
v1.1.0
- Check if element is visible, not only present
v1.0.10
- Add element
clear()method - Fixes for image comparison
- Fix for TestUI element creation
v1.0.9
Possibility to add a custom driver to the TestUI driver
driver = NewDriver() \
.set_logger().set_driver(custom_driver)