Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Always link from the test view to the console log
Browse files Browse the repository at this point in the history
Summary:
Even if a test passed, one might still want to examine the log output
from the run (for example, to compare a failing run with a passing run,
or to see what happened to cause a test to need a retry).

Reviewers: vishal, kylec

Reviewed By: kylec

Subscribers: changesbot

Differential Revision: https://tails.corp.dropbox.com/D97611
  • Loading branch information
Josiah Boning committed Mar 24, 2015
1 parent f02c027 commit 5944fc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions partials/test-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ <h4>Captured Output</h4>
<div ng-if="!testCase.message">No output was recorded for this test.</div>
</section>

<section class="section" bind-once>
<div class="section-header">
<h4>Console Log</h4>
</div>
<div>See the <a ui-sref="log_details({source_id: testCase.logSource.id})">console log</a> from this run.</div>
</section>

<section class="section" ng-if="testCase.textArtifacts">
<div class="section-header">
<h4>Other Logs</h4>
Expand Down

0 comments on commit 5944fc9

Please sign in to comment.