Skip to content

Commit

Permalink
added hyperlinks on thumbnails to enlarge screenshots of failed user …
Browse files Browse the repository at this point in the history
…interface tests
  • Loading branch information
Sven Jansen committed Nov 21, 2012
1 parent 8e241c5 commit 3ca3380
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration_test_result_transform.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@
</td>
<td>
<xsl:if test="$Screenshot != ''">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:copy-of select="$ScreenshotPathPrefix"/><xsl:copy-of select="$Message"/><xsl:text disable-output-escaping="yes"><![CDATA[.png]]></xsl:text>
</xsl:attribute>
<xsl:text disable-output-escaping="yes"><![CDATA[<img src="]]></xsl:text><xsl:copy-of select="$ScreenshotPathPrefix"/><xsl:copy-of select="$Message"/><xsl:text disable-output-escaping="yes"><![CDATA[.png" width="80px"/>]]></xsl:text>
</xsl:element>
</xsl:if>
</td>
</tr>
Expand Down

0 comments on commit 3ca3380

Please sign in to comment.