Hi,
I used your updater.py file to integrate with my Robot Framework output.xml file parsing. I get the following error .
I am using Python3 version. I edited the xmlrpclib to xmlrpc.client as it was giving error for Python 3 .
python Updater.py -p "TestProject" -t "TestPlan1" -f "Chrome" -b "Build1" --file output.xml
Traceback (most recent call last):
File "Updater.py", line 183, in
testlink_feeder = TestlinkFeeder(args.project, args.testplan, args.platform, args.build)
File "Updater.py", line 128, in init
self.robotI = RobotI()
File "Updater.py", line 18, in init
tl_helper = testlink.TestLinkHelper()
AttributeError: module 'testlink' has no attribute 'TestLinkHelper'