Releases: testdevlab/TestUI
Releases · testdevlab/TestUI
v3.0.1
What's Changed
- admit no udid for remote execution by @alvarolaserna in #108
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
This version contains a change of Selenide and Appium dependencies that requires Java version equal or greater than the 17th!
- add gitpack version latest build to the readme for visibility by @alvarolaserna in #100
- fix appium start in 2.0 versions by @alvarolaserna in #102
- Bump org.json:json from 20230227 to 20231013 by @dependabot in #101
- Validate that screenshot has valid .png extension by @tjovcheska in #104
- Added method for switching app context by @tjovcheska in #105
- Added scrollUp and scrollDown methods by @tjovcheska in #106
- upgrade dependencies by @alvarolaserna in #107
- All the capabilities now support the w3c convention
- Fixed issue with stoping and restarting Appium drivers in same session
New Contributors
- @tjovcheska made their first contribution in #104
Full Changelog: v2.0.2...v3.0.0
v2.0.2
What's Changed
- update dependencies to fix chrome and appium by @alvarolaserna in #98
- Increase version to 2.0.2 by @alvarolaserna in #99
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix bugs related to version 8.0.0 by @alvarolaserna in #88
- fix bug with colons for locators by @alvarolaserna in #93
- Add lint CI job by @aleksslitvinovs in #92
- fix parsing of chromedriver version by @alvarolaserna in #95
- Bump json from 20180813 to 20230227 by @dependabot in #97
- add test for chrome browser by @alvarolaserna in #96
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0.0 Includes new changes like:
- New version of Appium: 8.0.0 (Updated methods for TouchActions)
- New selenide: 6.7.4 - The startMaximized has been deprecated, and now you have to specify (if you want) the browser width and height.
- Removed unnecessary imports
- Created pipeline for pull requests build validation
- Fix for running chromedriver on mobile devices
- Soft asserts have been added
v1.2.10
- Improved Logger to use better formatter
- Removed deprecated selenide method for handling wait for conditions to be met
- Fixed issue with retrieval of chromedriver for Android
v1.2.9
Improves over Error logs:
- New custom exception instead of Error
- More extra logs for exceptions with more information
Change of chromeDriverPort -> chromedriverPort (Deprecation Notice)
v1.2.8
Fix for changing emulators in the same thread/scenario
Adding getTestUIDriver() static method to retrieve methods such as getTestUIDriver().getCurrentUrl() and others...
v1.2.7
v1.2.6
Fix for remote chrome driver created with chromeOptions
Fix for remote firefox driver created with firefoxOptions