toolium
toolium copied to clipboard
Improve context storage to share data through whole run
Improved the managing of storages:
- Added
run_storageto store information during the whole test execution - Storages chained to be able to get the information always from context.storage / [CONTEXT:]
- In steps, be able to store values into desire storage by using [key], [FEATURE:key] and [RUN:key]. Example:
- I store in key "store_key" the value "XXX"
- I store in key "[FEATURE:store_key]" the value "XXX"
- I store in key "[RUN:store_key]" the value "XXX"
- Implemented new method
store_key_in_storageto manage it
Code Climate has analyzed commit 8c9c7b16 and detected 0 issues on this pull request.
View more on Code Climate.