How to display live tests progress bar, when use --logger:trx for Net Core

Currently, when I logs result in trx file there are no live tests progress bar when I execute tests, Teare is displaying the only number of steps 


How can I setup it? 
For it I use :
Build Step :

Build Feature:
XML report type TRX

My goal is :



0
1 comment

Hi,

Tests can only be displayed live if they are reported live. Using the XML Report waits until the build is finished, then picks up the test results from an XML file and parses them to import the results. To obtain live results you can either use a compatible build runner, or use service messages: https://confluence.jetbrains.com/display/TCD18/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingTests

1

Please sign in to leave a comment.