Can the output results be published to a file?

Completed

I have a request to have the test results be published to a file that could be consumed. Is there a simple way to just output the results to a file? Note that the results from multiple steps would all need to be sent to the same file:

 

ex:

 

Is there a way to get the test results from those three steps output to a file?

0
4 comments

I would think you might be able to accomplish the aggregation of these test results using a Composite Build Configuration. A composite build configuration can be used to aggregate results from several other builds and present them in a single place. You can read more about Composite Build Configurations here in our documentation: https://www.jetbrains.com/help/teamcity/composite-build-configuration.html#composite-build-configuration.md

1

I'll take a look. Does that also say how to write the information into a file?
Thanks.

0

The test results for all the dependent builds will automatically be added to the test results of the composite build and can be downloaded as a CSV file from the UI. There is a nice demo of a composite build on YouTube, if you're interested. The look is a little out of date since this was in 2017.1, but the concept has remained largely the same.

0

I will check the video, thanks for the help!

0

Please sign in to leave a comment.