Another article in series about achieving advanced level of functionality in available custom report module in Spira. Sometimes, you may need to get the report in HTML format first before exporting to Excel for the final review. This article provides and example how to do this with XSLT, CSS and JavaScript combination. Note: This works with HTML only, other report formats not supported at this time.
With a recent update to Google Chrome (v76), Chrome had the CSS engine was modified which would make the sidebar navigation folder tree to become unusable. This issue was resolved by Google with the release of Chrome 77
This article is now obsolete.
By default straight forward XPath to SVG primitives will not work. So XPath ending like .../svg[2]/path will fail. Here is a workaround.
Sometimes you want to dynamically change the XPATH or CSS used in a specific object from within the test script itself. This article explains the process for doing this.