Releases: testdevlab/TestUI
v1.2.5
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
- Chrome Driver Version for Android testing is now retrieved automatically from google api
v1.2.3
- Fix over iOS screenshots after failure
v1.2.2
- 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
- Added version 79 to chrome drivers
- fix issue with defined element without creating driver (cucumber)
v1.2.0
-
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
- Fix mobile locators
- Remove dummy log
v1.2.0-beta.1
-
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
changes
v1.1.5
- Support for iOS remote
- Beta implementation of TestUI Grid