I am currently triggering my SoapUI test suites from TFS command line, which it working correctly and I am able to trigger the build and view the results.
My issue is that I have 3 test suites each with up to 16 test cases. When I view the detailed report in TFS, the test cases are not structured in Test Suite format, they are all bundled into one category. Even when I changed the Group by to Test Suite.
As you can see in the screenshot, the TCs have the same name and it would be great if I were able to set it so that I can view these results in the same structure as the SoapUI Project:
-Project
-Test Suite 01
-Test Case 01
-Test Case 02
-Test Case N...
-Test Suite 02
-Test Case 01
-Test Case 02
-Test Case N...
-Test Suite 03
-Test Case 01
-Test Case 02
-Test Case N...