Customise the teamcity build log as per requirement
Hi All,
I am using teamcity in my project. I have integrated cucumber feature files with teamcity using command line build runner. When I run the automation I get a build log. I want to customise the build log to display the test cases which are passed and which are failed when I execute the tests. Can anyone help me as to what I need to do.
Thanks.
Please sign in to leave a comment.
Hi
Switch to Rake build runner. Then TeamCity will be able to import test results, display them at additional tab, and provide other features - test history, muting, and more.