Robotframework Datadriver Versions Save

Library to provide Data-Driven testing with CSV tables to Robot Framework

1.11.2

6 days ago

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

1.11.1

2 months ago
  • 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

1.11.0

4 months ago
  • 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.

1.10.0

5 months ago
  • Added support for Robot Framework 7.0
  • Added support for keyword arguments with default values.

1.9.0

10 months ago

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: https://github.com/Snooz82/robotframework-datadriver/compare/1.8.1...1.9.0

1.8.1

11 months ago

Thanks to @marv1913 for reporting and identifying the fix directly. I really appreciate that.

Full Changelog: https://github.com/Snooz82/robotframework-datadriver/compare/1.8.0...1.8.1

1.8.0

1 year ago

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: https://github.com/Snooz82/robotframework-datadriver/compare/1.7.0...1.8.0

1.7.0

1 year ago

What's Changed

Fix #74 Fix #81 Fix #83

Full Changelog: https://github.com/Snooz82/robotframework-datadriver/compare/1.6.1...1.7.0

1.6.0

2 years ago

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

1.5.0

2 years ago

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

  • Fixes #56
  • Fixes #57