kakabubu
6 years agoContributor
Intermediate Test run summary export
We have set up the logging to the slack, exporting the logs after the first test passed and then updating it after the timeout. So we had an intermediate summary while the test run.
Though the new version's (14.10.999.7 x64) test summary is better than the old one, the summary is generated after tests are finished. Is there a way to export the test summary before the test run is finished?
Log.SaveResultsAs(ProjectSuite.Variables.currentRunLogsPath, 1, true);
No, there is not. That test summary is a construction of the full test execution and isn't generated until the end of the run.