Closed abhishek12sarkar closed 3 years ago
Facing same issue from RF 4.0 , please advice how to resolve
pip install --upgrade --pre robotframework-datadriver
fixes it
Yes i am working on that and i will release tomorrow.
Please share the updated example code
@kumarkrish85 You just have to install the newer version with the command I pasted above since it's a pre-release version
@kumarkrish85 You just have to install the newer version with the command I pasted above since it's a pre-release version
Thanks ., I mean is there any change in earlier way of using the Data driver? If yes, please add an example
It shouldn't, the deprecation is inside the library itself how it calls RF api
It shouldn't, the deprecation is inside the library itself how it calls RF api
Thanks for the confirmation
Fixed in Version 1.1.0 of DataDriver.
When upgraded to RF 4.0, getting this error
'keywords' attribute is read-only and deprecated since RF 4.0. Use 'body', 'setup', or 'teardown' instead
. The issue might be raised from _start_suite() method from DataDriver class.Can this be fixed? The changes required might be mentioned over here #3749