Releases: Snooz82/robotframework-datadriver
RF 7.0.1 compatibility (Codename OUZO)
Du to changes in RF API this release makes DataDriver Compatible to Robot Framework 7.0.1.
Greetings from Greece where we represent Robot Framework @ Wetest Athens
RF 7 Support for ReRunFailed modifier
- robot.running.model.Variable has been moved to robot.running.resourcemodel.Variable. Due to that the rerunfailed feature did not work anymore.
This has been fixed in 1.11.1
Fixed RF7 and RobotCode Debugging
- Due to a new feature in RF7, where now keywords can be programatically added to a body where named arguments can have python objects, there could be issues when those keywords got dictionaries as values.
- RobotCode had issues debugging DataDriver tests with RF7 due to missing line numbers in the model.
both has been fixed.
Robot Framework 7 support
- Added support for Robot Framework 7.0
- Added support for keyword arguments with default values.
Added support for `include` and `exclude` when robot.run is used.
When robot is not called from cli, but robot.run
run
or run_cli
is used, DataDriver could not figure out the include
or exclude
tags.
This is now fixed for RF 5.0 and newer, by accessing the variable ${options}
.
Full Changelog: 1.8.1...1.9.0
Fixing CustomReaders import by module name
Thanks to @marv1913 for reporting and identifying the fix directly. I really appreciate that.
Full Changelog: 1.8.0...1.8.1
Robot Framework 6.1 and Pandas 2.0
This Release fixes compatibility to Robot Framework 6.1 (fixes #88 )
And Pandas 2.0 introduced that by default the string "None" in an Excel cell is interpreted as a None value, which is NaN in pandas.
This is fixed as well.
I made some more refactoring related to Paths and if you find any issue, with this version, please report asap.
Thanks and Cheers
René
Full Changelog: 1.7.0...1.8.0
Some small bugfixes.
BugFixes with Pabot & Options for PICT
This release contains a bugfix when test case names contain |
character and added options to PICT.