Integrating Katalon Studio with TeamCity, JUnit PASSING test result showing as ignored in TeamCity

Our QA team has been automating tests using Katalon Studio, and we've begun adding their tests to TeamCity (Command Line test in TeamCity Enterprise 2017.1.4 build 47070). When we added a JUnit report we noticed that the test was being flagged as ignored. Going into the build log, it looks like all of the test cases under the test suite had passed, looking something like this for each test:

</properties>
-<testcase name="Test Cases/Static Tests/Regression Tests/Test Case" status="PASSED" classname="Test Cases/Static Tests/Regression Tests/Test Case">
-<system-out>

<![CDATA[2018-02-05 15:29:51 - [TEST_CASE][PASSED] - Test Cases/Static Tests/Regression Tests/Test Case: Test Cases/Static Tests/Regression Tests/Test Case

Has anyone had experience integrating Katalon tests into TeamCity, or know how to force these tests to not be ignored?

0

Please sign in to leave a comment.