02-22-2023 10:08 AM
Is there a replacement, beside the pdf format, that can open the TestStand2020 xml test report using the style sheet (horizontal.xsl). Most OS platforms can open PDF but the formatting doesn't look as nice when opened from IE.
A test report format to replace the xml and looks OK, should replace it if nothing is available. IE is no longer installed in issued PCs.
Solved! Go to Solution.
02-22-2023 11:54 AM
02-22-2023 08:34 PM - edited 02-22-2023 08:35 PM
Just what I was looking for to change the format to html and use any browser! Thx for pointing me to the link.
Now, can I pass a parameter, an xml filename, to the TSReportViewer.exe? The exe accepts a filename-path, can it be done from a command line? It will only help if I can do this using "System Exec.vi", similar to cmd line.
02-23-2023 04:07 PM
Well, OK, not hard at all, on Windows just the path/name of executable, a space, then the filepath+name in quotes if spaces are in the fields. Just C:\TSReportViewer.exe "Test Report Name" done.