Skip to content

Commit

Permalink
Merge pull request #57 from Telefonica/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
rgonalo committed Jan 17, 2017
2 parents 19aa6e6 + 528da17 commit a856add
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.rst
Expand Up @@ -4,17 +4,20 @@ Toolium Changelog
v1.2.0
------

*In development*
*Release date: 2017-01-17*

- 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

| If it's false, the WebElement is searched whenever is needed (default value)
| If it's true, the WebElement is saved in PageElement to avoid searching for the same element multiple times. Useful
| in mobile testing when searching for an element can take a long time.
- Refactored reset_object method. Now it has an optional parameter with the driver_wrapper.
- Fix error downloading videos after failed tests
- 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:

.. code:: console
Expand All @@ -26,9 +29,6 @@ v1.2.0
.. code:: console
$ behave -D Config_environment=android
- Fix error in visual tests when excluding elements in a scrolled page
- 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*
v1.1.3
------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.0-dev
1.2.0
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -70,7 +70,7 @@

# General information about the project.
project = u'Toolium'
copyright = u'2015-2016, Telefónica I+D'
copyright = u'2015-2017, Telefónica I+D'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -67,6 +67,7 @@ def get_long_description():
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35
envlist = py27, py33, py34, py35, py36

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit a856add

Please sign in to comment.