I would like to include my Robot Framework generated xml test results in TeamCity Tests tab (when checking a build). Do you know any standard plugin for it? I have tried with Build Feature functionality with XML report without any luck.
Should I write something to send TC service messages or there is an easy way? Thank you.
I could make it with using the following: https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface
I couldnt put anything to the output (I didn
t find how in documentation). print("Sth") didn`t work. However I wrote to a file and printed it out in another TC step.