Skip to content

Commit

Permalink
Release Toolium 3.2.0 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo authored Sep 13, 2024
1 parent 496dfda commit 1fa042a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Toolium Changelog
=================

v3.1.6
v3.2.0
------

*Release date: In development*
*Release date: 2024-09-13*

- Added `run_storage` to store information during the whole test execution
- ChainMap storages (context.storage, context.feature_storage and context.run_storage)
- In steps, be able to store values into desire storage by using [key], [FEATURE:key] and [RUN:key]
- Add `run_storage` dictionary to context to store information during the whole test execution
- Update current ChainMap context storages (context.storage, context.feature_storage and context.run_storage)
- Allow to store values from steps into desire storage by using [key], [FEATURE:key] and [RUN:key]

v3.1.5
------
Expand Down
3 changes: 1 addition & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
3.1.6.dev1

3.2.0

0 comments on commit 1fa042a

Please sign in to comment.