Skip to content

Commit

Permalink
Release Toolium 1.8.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo authored Oct 5, 2020
1 parent 812c548 commit 7a3664d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Toolium Changelog
=================

v1.7.3
v1.8.0
------

*Release date: In development*
- Include click action in InputText element
*Release date: 2020-10-05*

- Allow lists in config properties instead of converting them to strings
- Fix typo in documentation for configuration Server logs type
- Include click action in InputText element
- New config property 'automatic_context_selection' in [Driver] section for mobile tests with webview

| If it's false, the WebElement is searched using always NATIVE context
Expand Down Expand Up @@ -37,7 +39,7 @@ v1.7.0
- Add `ssl` config property in [Server] section to allow using https in Selenium Grid url
- Visual testing comparison must fail when baseline does not exist and save mode is disabled
- Update dynamic environment behaviour to work as the behave's one, i.e. after scenario/feature actions are executed
even when before scenario/feature actions fail
even when before scenario/feature actions fail
- Fix unit tests to work without any additional dependencies

v1.6.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3.dev0
1.8.0

0 comments on commit 7a3664d

Please sign in to comment.