I am using commandline build step in teamcity to run the testcomplete tests via a batch file.The tests are running fine,but I do not see any information regarding the passed/failed tests in teamcity. Basically TestComplete generates some log files after running the tests.But I am not sure how to get these files to teamcity and display it as test results.
I tried to follow this http://community.smartbear.com/forum/post/?mode=singleThread&thread=ca03299b-97e2-47a7-b634-e0102c6f5761 , but it describes using MSBuild instead of commandline to run the tests. Wondering if the test results can be exported to teamcity via commandline as well.
Also I tried to add a custom tab to teamcity project configuration as mentioned here http://confluence.jetbrains.net/display/TCD65/Including+Third-Party+Reports+in+the+Build+Results . But that tab does not in any of the build configurations under that project.