Releases: JFoederer/robotframeworkNL
Releases · JFoederer/robotframeworkNL
Version 3.1
The upgrade from v3.0 to v3.1 contains these improvements:
- The operator
contains item
for list-like test data is now available in its plural formcontains items
. - New operator keyword added for list-like test data:
contains ${n} items
- Improved documentation with clarifying examples
- Bug fix for inline arguments when using custom data types via a Robot variable
Robot Framework 7 compatibility
You will need this release to keep using RobotNL after upgrading to Robot Framework 7. Note that with this release older versions of Robot Framework are no longer supported due to incompatible changes. This v3.0 release is however a compatibility release only. Robot Framework 6 users can still use version 2.2.1, which contains all the same features as v3.0.
Improved behaviour for list-like operators
v2.2.1 is a patch release following v2.2.0 that addresses some issues with operator keywords on list-like objects. This will be the last release for Robot Framework 6. The upcoming Robot Framework 7 release has some breaking changes in areas used to support inline keyword arguments.