According to...:
...You should be able to view test results for in-progress (automated)tests during the test execution but my test results are not published until the whole test run is complete. What am i doing wrong here?
In my release definition i have the Visual Studio test task. The automated GUI tests is executed from the Azure DevOps testHub which trigger the release job, but as said, the test results will not update until all tests are completed. How can this be done?
Also, why are my tests shown as "Others" and not "Not executed"?
(Im using the "Test run" option in the Visual studio test task for "Select tests using".)