- 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]
3.1.5
------
*Release date: 2024-07-15*
- Fix `export_poeditor_project` method allowing empty export response - Add `key=value` expressions for selecting elements in the context storage - Upgrade Faker version to 25.9.* - Fix result for action before the feature with error and background to fail scenarios
3.1.4
------
*Release date: 2024-03-25*
- Add `ignore_empty` optional parameter to POEditor configuration to ignore empty translations - Ignore not found excluded elements in visual tests - Fix duration calling to Appium `swipe` method - Fix `[STRING_WITH_LENGTH_NN]` replacement for string with length inside a longer string
3.1.3
------
*Release date: 2024-02-06*
- Fix `PageElements` class initialization when custom page element classes don't have all optional attributes
3.1.2
------
*Release date: 2024-02-05*
- Upgrade Pillow version to 10.1.* to fix compatibility with Python 3.12