Skip to content

Commit

Permalink
Merge 498bb6c into be82b57
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Jun 8, 2023
2 parents be82b57 + 498bb6c commit 4a764ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -4,7 +4,7 @@ Toolium Changelog
v3.0.2
------

*Release date: In development*
*Release date: 2023-06-08*

- `context.storage` must be initialized before dynamic environment steps in `before_feature` method
- Mark scenario as failed when a dynamic environment step fails in `before_scenario`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.2.dev0
3.0.2
2 changes: 1 addition & 1 deletion docs/driver_configuration_modification.rst
Expand Up @@ -46,6 +46,6 @@ can be monkey patched to modify properties values, for instance:
def finalize_properties_configuration(self):
if self.config.getboolean_optional('Server', 'enabled'):
self.config.set('Capabilities', 'selenoid:options', {'enableVideo': True}):
self.config.set('Capabilities', 'selenoid:options', "{'enableVideo': True}"):
DriverWrapper.finalize_properties_configuration = finalize_properties_configuration

0 comments on commit 4a764ce

Please sign in to comment.