Skip to content

Releases: Snooz82/robotframework-datadriver

RF 7.0.1 compatibility (Codename OUZO)

08 Jun 14:44
Compare
Choose a tag to compare

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

image

RF 7 Support for ReRunFailed modifier

29 Mar 13:29
Compare
Choose a tag to compare
  • 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

13 Feb 23:05
Compare
Choose a tag to compare
  • 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

22 Dec 22:26
Compare
Choose a tag to compare
  • 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.

27 Jul 12:27
Compare
Choose a tag to compare

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

15 Jun 10:54
Compare
Choose a tag to compare

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

13 Jun 23:42
Compare
Choose a tag to compare

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.

30 Nov 20:02
Compare
Choose a tag to compare

What's Changed

Fix #74
Fix #81
Fix #83

Full Changelog: 1.6.1...1.7.0

BugFixes with Pabot & Options for PICT

11 Feb 21:01
Compare
Choose a tag to compare

This release contains a bugfix when test case names contain | character and added options to PICT.

TagHandling and Excel DataTypes

27 Aug 21:31
2eb87a8
Compare
Choose a tag to compare

This Versions made the Handling of Tags more flexible and introduced to preserve Excel data types.