Skip to content

Releases: testdevlab/TestUI

v3.0.1

Choose a tag to compare

@alvarolaserna alvarolaserna released this 24 Apr 06:40
4d358b3

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

Choose a tag to compare

@alvarolaserna alvarolaserna released this 21 Mar 10:37

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

Full Changelog: v2.0.2...v3.0.0

v2.0.2

Choose a tag to compare

@alvarolaserna alvarolaserna released this 11 Sep 12:25
c97beca

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@alvarolaserna alvarolaserna released this 18 Jul 17:13
2aa89aa

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@alvarolaserna alvarolaserna released this 14 Nov 14:58
ca68b53

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

Choose a tag to compare

@alvarolaserna alvarolaserna released this 24 May 13:14
14f12bf
  1. Improved Logger to use better formatter
  2. Removed deprecated selenide method for handling wait for conditions to be met
  3. Fixed issue with retrieval of chromedriver for Android

v1.2.9

Choose a tag to compare

@alvarolaserna alvarolaserna released this 05 Jan 12:56
d4498b9

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

Choose a tag to compare

@alvarolaserna alvarolaserna released this 28 Aug 12:07
7b8e619

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

Choose a tag to compare

@alvarolaserna alvarolaserna released this 06 Aug 07:26
4da880b

Fix for bug #56
Adding Safari back as browser in Configuration.browser = "safari" to fix the ClassNotFound error (Selenide issue)

v1.2.6

Choose a tag to compare

@alvarolaserna alvarolaserna released this 29 Jun 11:24
693b4e6

Fix for remote chrome driver created with chromeOptions
Fix for remote firefox driver created with firefoxOptions