Teamcity's interface to other test frameworks
Folks,
I am new to TeamCity and tried it a bit. I got a question: how does TeamCity interface with test frameworks other than its embedded ones? For example, I got some existing test cases written in C/Shell. How do I fit it into TeamCity and got the TeamCity's report?
Thanks,
Please sign in to leave a comment.
Raymond wrote:
Service messages are suitable for any test framework. See
http://www.jetbrains.net/confluence/display/TCD3/BuildScriptInteractionwithTeamCity
Otherwise you can write a dedicated plugin.
--
Alexey Gopachenko
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Alexey,
Thanks, this solved my problem.