Hi - when tests are run using NCrunch, executed in different test grid nodes, the results are captured in 'TestResultsInNUnitFormat.xml' file that is displayed in CI server's workspace.
The results are displayed as expected, but for testcases with preconditions, that are grouped , the results of individual test case is not updated as required.
I would like to add code to dynamically tweak the 'result' value of such test cases in 'TestResultsInNUnitFormat.xml' file.
Question 1: During test execution, in different test grid nodes, where is this file located, so that I can update the XML file?
Question 2: During the test run, screenshots are captured and saved in the respective test grid nodes, where the test case is executed. After the test run, is it possible to gather all the screenshots are port it along with the test results into CI server?
Thanks.