Closed ngoan1608 closed 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
TestSuite.source
pathlib.Path
str
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
Hi Thomas,
This PR fixes issue #56 .
Datatype of
TestSuite.source
in Robotframework version 6.1 has been change topathlib.Path
instead ofstr
as previous version. Reference: https://github.com/test-fullautomation/robotframework/commit/92148c8566a3f39ca098e0da38b0e1eac5619d1a#diff-2cabaa65928264c758f62f8a408a10752357795f18f7b0edf7f2a87aadd6e32dThis 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