- Fixed minor bugs - Add visual testing to lettuce tests
0.8
----
*Release date: 2015-01-20*
- Add visual testing to SeleniumTestCase and AppiumTestCase
| New config property 'visualtests_enabled' in [Server] section to enable visual testing | New config property 'visualtests_save' in [Server] section to overwrite baseline images with actual screenshots | New config property 'visualtests_engine' in [Server] section to select image engine (pil or perceptualdiff)
0.7
----
*Release date: 2014-12-23*
- Allow to autocomplete self.driver and self.utils in IDEs - Remove non-mandatory requirements
0.6
----
*Release date: 2014-12-05*
- Multiple tests of a class can be linked to the same Jira Test Case - If test fails, the error message will be added as a comment to the Jira Test Case Execution - Update Jira Test Cases also in lettuce tests
0.5
----
*Release date: 2014-12-01*
- Downloads the saved video if the test has been executed in a VideoGrid - Add BasicTestCase class to be used in Api tests or in other tests without selenium driver
0.4
----
*Release date: 2014-11-12*
- Add Lettuce terrain file to initialize Selenium driver - Add ConfigDriver.create_driver method to create a new driver with specific configuration - Add wait_until_element_not_visible method in utils class