Skip to content

Commit

Permalink
Supports images url located at stacktrace,stdout,stderror and message
Browse files Browse the repository at this point in the history
  • Loading branch information
NivNavick committed Apr 16, 2015
1 parent 31a19ec commit 0cd17f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrxerConsole/Trxer.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@


</td>
<td class="Message">
<td class="Messages">
<xsl:call-template name="debugInfo">
<xsl:with-param name="testId" select="$testId" />
</xsl:call-template>
Expand All @@ -472,7 +472,7 @@
</tr>
<tr id="{generate-id($testId)}Stacktrace" class="hiddenRow">
<!--Outer-->
<td colspan="7">
<td colspan="6">
<div id="exceptionArrow">↳</div>
<table>
<!--Inner-->
Expand Down
3 changes: 3 additions & 0 deletions TrxerConsole/TrxerConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
<EmbeddedResource Include="Trxer.css" />
<EmbeddedResource Include="TrxerTable.css" />
</ItemGroup>
<ItemGroup>
<Content Include="Examples\NivNavick_NIVNAVICK-PC 2014-07-28 21_47_29.trx.html" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
7 changes: 7 additions & 0 deletions TrxerConsole/TrxerTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ td.Message {
word-wrap: break-word;
}

td.Messages {
text-align: left;
width: auto;
word-wrap: break-word;
max-width: 600px;
}

.Atached {
width: 30px
}
Expand Down

0 comments on commit 0cd17f8

Please sign in to comment.