Hello All,
I see that you have changed the api structure.
robot.parsing.model import TestData => 3.1.2 was working
now it does not work in rf 5.0
After going through the documentation i found SuiteVisitor provides a method to fetch the testcase name, but not the tags.
I have found this approach to be a temporary fix.
By any chance is this still available in rf 5.0
robot.parsing.model import TestData
many thank in advance.
aks