Skip to content

Releases: testdevlab/TestUI

v1.2.5

14 May 09:19
7f7e2a4

Choose a tag to compare

Fix to emulator automatic set up
increase Selenide version to 5.10.0
make chrome options available as Configuration.chromeOptions static var
make firefox options available as Configuration.firefoxOptions static var

v1.2.4

20 Feb 11:15
0b5761d

Choose a tag to compare

  • Chrome Driver Version for Android testing is now retrieved automatically from google api

v1.2.3

20 Jan 15:03
93c5e8f

Choose a tag to compare

  • Fix over iOS screenshots after failure

v1.2.2

13 Jan 13:09
b0bb8ac

Choose a tag to compare

  • Fixed issues with retrieving simulators in IOS
  • Fixed issues with app in iOS
  • Added new custom collection of elements + method associated:
    UICollection colection = EE(E(...), E(...),...)
    collection.waitUntilAllVisible(10)
    collection.getLastCommandTime()
    collection.getTimeErrorBar()
    ...

v1.2.1

08 Jan 12:54
5158e78

Choose a tag to compare

  • Added version 79 to chrome drivers
  • fix issue with defined element without creating driver (cucumber)

v1.2.0

06 Jan 13:37
d304fe5

Choose a tag to compare

  • Deprecation of Configuration.deviceTest and Configuration.iOSTesting. Newer implementation:
    Configuration.automationType = <ANDROID_PLATFORM/IOS_PLATFORM/DESKTOP_PLATFORM>

  • Removed scrollIntoView() method

  • Implementation of Configuration.poolingTime (default 200 milliseconds)

  • More support for TestUI GRID (Beta).

  • Fix issues with iOS remote session, and quit session after test

  • ADBUtils new static variables to set up location of appium chromeDriver:
    MAC_CHROME_DRIVER, LNX_CHROME_DRIVER, WIN_CHROME_DRIVER

  • Added new methods for find and select by Value

  • New Selenide version 5.5.0

v1.2.0-beta.2

16 Dec 15:49
a674664

Choose a tag to compare

v1.2.0-beta.2 Pre-release
Pre-release
  • Fix mobile locators
  • Remove dummy log

v1.2.0-beta.1

09 Dec 11:03
8a2036f

Choose a tag to compare

v1.2.0-beta.1 Pre-release
Pre-release
  • Deprecation of Configuration.deviceTest and Configuration.iOSTesting. Newer implementation:
    Configuration.automationType = <ANDROID_PLATFORM/IOS_PLATFORM/DESKTOP_PLATFORM>

  • Removed scrollIntoView() method

  • Implementation of Configuration.poolingTime (default 200 milliseconds)

  • More support for TestUI GRID (Beta).

  • Fix issues with iOS remote session, and quit session after test

  • ADBUtils new static variables to set up location of appium chromeDriver:
    MAC_CHROME_DRIVER, LNX_CHROME_DRIVER, WIN_CHROME_DRIVER

  • New Selenide version 5.5.0

v1.2.0-beta.0

05 Dec 09:00

Choose a tag to compare

v1.2.0-beta.0 Pre-release
Pre-release
changes

v1.1.5

26 Nov 20:22
2277c9a

Choose a tag to compare

  • Support for iOS remote
  • Beta implementation of TestUI Grid