I have a configuration with Teamcity, and I want to get a report on the test results using powershell after all the tests. Some kind of export. From the Teamcity interface, I can go to the tests and click Download all tests as CSV, but I want to get this using powershell to include this report in artifacts.
The report on the test results is on the disk (I donโt know where and in what form it exists), I just want to get it somehow. My problem is not data analysis, my problem is getting data.
source share