Forum Discussion

Simon_InT's avatar
Simon_InT
Contributor
6 years ago
Solved

SaveResultsAs saves visualizer images

I have the following code to save the test log in XML format:

 

var tempFolder = "C:\\Testing\\Temp\\";
aqFileSystem.CreateFolder(tempFolder);
Log.SaveResultsAs(tempFolder, lsXML, false);

 

The result saves .png files, even though I have specified ExportVisualizerImages parameter as false. I don't want these files saved, since they take up too much space.

 

Is there something wrong with the code, or is there a project configuration setting I've missed?