Releases: Telefonica/toolium
Releases · Telefonica/toolium
1.2.2
1.2.1
1.2.0
- Refactored reset_object method. Now it has an optional parameter with the driver_wrapper.
- Fix error reading geckodriver logs after test failure
- Fix error downloading videos after failed tests
- Fix error in visual tests when excluding elements in a scrolled page
- New config property 'logs_enabled' in [Server] section to download webdriver logs even if the test passes
- New config property 'save_web_element' in [Driver] section
- New config property 'restart_driver_fail' in [Driver] section to restart the driver when the test fails even though
the value of reuse_driver property is true - System property 'Config_environment' is used to select config files, e.g., to read android-properties.cfg file
1.1.3
- Video download works in Selenium Grid 3
- New config property 'binary' in [Firefox] section to configure the firefox binary path
- Allow to configure visual baseline directory in ConfigFiles class (default: output/visualtests/baseline)
- Delete IE and Edge cookies after tests
- Fix wait_until_element_visible and wait_until_element_not_visible methods when the page element has a parent element
- Add imagemagick as visual engine to have better diff images
1.1.2
1.1.1
1.1.0
New MobilePageObject class to test Android and iOS apps with the same base page objects
Fix visual report links in Windows
Add @no_reset_app, @reset_app and @full_reset_app behave tags to configure Appium reset capabilities for one scenario
Add @android_only and @ios_only behave tags to exclude one scenario from iOS or Android executions
Add a behave user property named env to select config files, e.g., to use android-properties.cfg file:
1.0.1
1.0.0
This major release breaks backwards compatibility, it renames some methods and properties.
See the list of changes in https://github.com/Telefonica/toolium/blob/master/CHANGELOG.rst#v100.