test-fullautomation / robotframework-robotlog2db

2 stars 1 forks source link

adapt import tool due to Robotframework 6.1 change of TestSuite.source datatype #57

Closed ngoan1608 closed 1 year ago

ngoan1608 commented 1 year ago

Hi Thomas,

This PR fixes issue #56 .

Datatype of TestSuite.source in Robotframework version 6.1 has been change to pathlib.Path instead of str as previous version. Reference: https://github.com/test-fullautomation/robotframework/commit/92148c8566a3f39ca098e0da38b0e1eac5619d1a#diff-2cabaa65928264c758f62f8a408a10752357795f18f7b0edf7f2a87aadd6e32d

This PR contain the adaption in import tool for that change. (TestSuite.source is only used for this import to DB tool, other import tools are not impacted due to that change)

Thank you, Ngoan