Releases: dn0000001/test-automation
Releases · dn0000001/test-automation
0.14.0
0.13.0
- Updates for Java 11 support/migration by @dn0000001 in #381
Note: This is not backward compatible with JDK8 for compilation but it will run under Java 8. It is necessary to use a newer version of a JDK to compile the project.
Full Changelog: v0.12.1...v0.13.0
0.12.1
- Add random remote debugging port for Chrome by @dn0000001 in #380
Full Changelog: v0.12.0...v0.12.1
0.12.0
- Update to Selenium 4.2.1 & Appium 8.1.0 by @dn0000001 in #379
Note: This is NOT backward compatible with Selenium 3 & Appium 7.
Full Changelog: v0.11.2...v0.12.0
0.11.2
- Add method to check if the substitutions are empty by @dn0000001 in #378
Note: This is compatible with Selenium 3 & Appium 7.
Full Changelog: v0.11.1...v0.11.2
0.11.1
- Add support for WebDriverManager to handle driver installation by @dn0000001 in #377
To enable WebDriverManager, add following to test.properties:
wdm.enabled=true
# Flag to install all supported driver (as necessary)
#wdm.install.all=true
# If you want to use a different cache path
#wdm.cachePath=/some/place
# If you want to use a different resolution cache path
#wdm.resolutionCachePath=/some/place
# Flag to force the drivers to always be downloaded
#wdm.forceDownload=true
# Timeout in seconds which can be changed for slow internet
#wdm.timeout=60
# Specify proxy if necessary
#wdm.proxy=
# Specify proxy user if necessary
#wdm.proxyUser=
# Specify proxy password (encrypted using framework) if necessary
#wdm.proxyPass=
# Personal GitHub token (encrypted using framework)
# GitHub can throw errors if you try to download from it too many times in a short period
# If you experience this, then using a token will prevent the GitHub error
#wdm.gitHubToken=
Full Changelog: v0.11.0...v0.11.1
0.11.0
- Update ui_auto_core to latest (2.6.1) by @dn0000001 in #375
Full Changelog: v0.10.10...v0.11.0
0.10.10
Release before upgrading ui_auto_core
- Fix issues due to seleniumeasy.com no longer a demo site by @AutomatorGuy123 in #371
- Fix issues due to csv download site changes by @dn0000001 in #372
- Add contains method to Lookup class by @dn0000001 in #373
- Fix Appium screenshot issue by @dn0000001 in #374
Full Changelog: v0.10.9...v0.10.10