- Fix issue with directly nested lists in YAML files
- Add dry-run option
- Make Robot include and exclude tags available in render process (
robot_include_tags
androbot_exclude_tags
variables)
- Also copy non-robot files to temporary directory used for executing the tests
- Handle file errors gracefully
- Allow empty YAML files
- Do not merge YAML dictionary list items, where each list item has unique attributes with primitive values
- Fix issue with YAML attributes named
tag
- Fix multiple instances of
include
andexclude
CLI arguments
- Add support for ansible-vault encrypted values
- Add
!env
tag to read values from environment variables
- Fix bug related to nested template directories
- Upgrade to Robot Framework 6.x
- Add option to provide CLI arguments as environment variables
- Add xUnit output (
xunit.xml
)
- Add custom Jinja tests
- Add iterate_list_folder rendering directive
- Add CLI options to select test cases by tag
- Add Requests and JSONlibrary
- Initial release