Skip to content

Commit

Permalink
Release Toolium 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed May 8, 2023
1 parent 37f2d1d commit 1799d40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -4,7 +4,7 @@ Toolium Changelog
v3.0.1
------

*Release date: In development*
*Release date: 2023-05-09*

- Allow to search in `context.storage` using `[CONTEXT:a.b.c]` replacement when `before_feature` method is not used
- Execute after scenario methods also when a scenario is skipped to assure that scenario preconditions are cleaned
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.1.dev2
3.0.1
4 changes: 2 additions & 2 deletions docs/driver_configuration.rst
Expand Up @@ -28,13 +28,13 @@ Nose2:

.. code:: console
$ TOOLIUM_CONFIG_ENVIRONMENT=android nose2 web/tests/test_web.py
$ TOOLIUM_CONFIG_ENVIRONMENT=android python -m nose2 web/tests/test_web.py
Pytest:

.. code:: console
$ TOOLIUM_CONFIG_ENVIRONMENT=android pytest web_pytest/tests/test_web_pytest.py
$ TOOLIUM_CONFIG_ENVIRONMENT=android python -m pytest web_pytest/tests/test_web_pytest.py
Behave:

Expand Down

0 comments on commit 1799d40

Please sign in to comment.