03-05-2018 07:49 AM
Hi,
Reports about a passing tests open with all steps collapsed, reports about a failing test. If I open one which failed then it opens with all the passing steps collapsed and all the failing steps expanded.
I'd like the report to open with all steps collapsed no matter if they passed or failed. Is it possible? (I used the standard expand.xls stylesheet)
thanks.
03-06-2018
10:53 AM
- last edited on
10-25-2024
04:35 PM
by
Content Cleaner
Hey 1984,
Below is some information on the style sheets included with TestStand
https://www.ni.com/docs/en-US/bundle/teststand/page/atml-report-style-sheets.html
Also, another forum post with similar interest
https://forums.ni.com/t5/NI-TestStand/xml-report-Expand-Collapse-option/td-p/3056384
Each has slightly different functionality and can be selected in model plugins. They are all open source and can be edited if you are comfortable working in ATML. It takes a little digging, but you with some craft Ctrl+F you can find the sections you want to modify. We have no documentation to explain the inner workings, so please save a copy before working with the code.
Cheers!
03-08-2018 01:23 AM
Hey Clint,
yeah, I'd really need to stick with the expand.xsl, because that what my customer wants to see. I have found a topic from 2005 where an application engineer did this modification and attached the file. Unfortuntely the changes were not commented, so there were no hints for me where to look in my stylesheet and of course the file is more than 10 years old, so I cant reuse it.
too bad...
03-08-2018 04:32 PM
Hey 1984,
Unfortunately, my XML editing is about as good as the next guys so I'm afraid I wouldn't be able to help too much in the editing department. As I mentioned before Ctrl+F has helped me work through these sheets and discover the areas to make changes. Although we have no documentation on the style sheets themselves the code is notated and helps explain what a lot of the sections are doing.
Hope this helps!