Releases: RedmindAB/RMTestOLD
Releases · RedmindAB/RMTestOLD
getAppiumDriver etc
v0.21 autoClose, runOnGrid, chromedriver for Linux etc...
RMTest - v0.21
- Upgraded Selenium from 2.45.0 to 2.46.0 (rerun install.sh)
- Fixed bug when drivers would not close if an error occurred during the closing sequence.
- Added a "autoCloseDrivers" function that can be toggled from LocalConfig.json (Need to run install.sh or add the parameter manually)
- Added support for running test on the local machine only without the need of the Hub running, can also be toggled from LocalConfig.json. (Need to run install.sh or add the parameter manually)
- Added ChromeDriver for Linux
- Added support for PhantomJS, install PhantomJS in /usr/bin and activate in LocalConfig.json (Need to run install.sh or add the parameter manually)
Issues
- Bamboo needs to be restarted to access the new LocalConfig.json
- If runOnGrid is set to false the function only works with DriverProvider.getDrivers() without any argument(s).
Note
Please run install.sh again to upgrade Selenium
Fixed a non set android path.
v0.20 Fixing non set Android path
Nullpointer in driver provider fixed.
v0.19 Nullpointer guard in stopDriver
Splitting config to 2 files.
Creating a new config file, RmConfig.json This might make it easier to push selenium updates.
Selenium 2.45.0 Appium 1.3.6
v0.17 Uninstalling unlock before launching tests.
Improved logging
v0.16 IMproved logging
Updating selenium for the windows components
v0.15 Changing to latest standalone server
Appium IOS scripts etc.
v0.14 Fixing platform name
New appium version
v0.13 removing testst from pom