Forum Discussion

soapash's avatar
soapash
Occasional Contributor
8 years ago

Creating HTML reports of soapUI tests in teamcity.

I would like to create HTML reports for my Soap UI tests in Teamcity. So far I have been able execute the tests via command line copy the results of tests to a folder and integrate it into TC and when the tests run they show results like this 

 

I would like to get cleaner HTML reports for the below tests. Is there a plugin or any other medium that I need to use so that I can extract these results in HTML.

 

[16:28:13][Step 2/2] SoapUI 5.2.1 TestCaseRunner Summary
[16:28:13][Step 2/2] -----------------------------
[16:28:13][Step 2/2] Time Taken: 3069ms
[16:28:13][Step 2/2] Total TestSuites: 1
[16:28:13][Step 2/2] Total TestCases: 1 (0 failed)
[16:28:13][Step 2/2] Total TestSteps: 11
[16:28:13][Step 2/2] Total Request Assertions: 28
[16:28:13][Step 2/2] Total Failed Assertions: 0
[16:28:13][Step 2/2] Total Exported Results: 11
[16:28:13][Step 2/2] Process exited with code 0
 
Step 2/2: Run SoapUI Navigation Tests (Command Line) (6s)
[16:28:14]Ant JUnit report watcher
[16:28:14][Ant JUnit report watcher] 1 report found for paths:
[16:28:14][Ant JUnit report watcher] C:\TeamCity\BuildAgent_01\work\f4fea84d3541f5fc\Results\*.xml
[16:28:14][Ant JUnit report watcher] Successfully parsed
[16:28:14]Publishing internal artifacts
No RepliesBe the first to reply