Adding Sequence Call Step Results to an ATML Test Results 6.01 or 5.0 Report without Indentation
- Updated2025-07-23
- 1 minute(s) read
Complete the following steps to ensure that a report does not indent Sequence Call step results using the TR6_report.xsl, TR5_report.xsl, TR6_Expand.xsl, or TR5_Expand.xsl file.
- Open the .xsl file you want to change.
- Search for the <!-- Customization variables--> comment.
- Search for the gIndentSequenceCalls variable and change the value of the select attribute from true to false, which results in the following line of code: <xsl:variable name="gIndentSequenceCalls" select="false()"/>
Note Flow Control steps continue to indent even with this customization.
TR6_report.xsl or TR5_report.xsl
The following figure shows a modified report that includes Sequence Call steps without indentation using the TR6_report.xsl or TR5_report.xsl file.
TR6_Expand.xsl or TR5_Expand.xsl
The following figure shows a modified report that includes Sequence Call steps without indentation using the TR6_Expand.xsl or TR5_Expand.xsl file.