18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Sort scripts in suite log
Best Answer
-
Hi Tejas,
Open sahi/userdata/config/reports/html/suite_report.xsl
Search for<xsl:for-each select="summary">
and replace it with:<xsl:for-each select="summary"> <xsl:sort select="substring-after(SCRIPTREPORTID, '__')" />
Refresh the reports page and check.
Regards,
Narayan
Answers