@phoenix-plugin-registry/brackets-xunit
Version:
Open a qUnit, YUI or Jasmine file to run tests
28 lines (27 loc) • 1.1 kB
HTML
<html lang="en">
<head>
<title>{{title}}</title>
<style type="text/css">
.command, .detail, .content, .section { font-family: "Arial", Arial, sans-serif; }
.command { font-size: 1.1em; min-width: 150px; display: inline-block; }
.details { font-size: 1.1em; padding: 5px; }
.content { font-size: .8em; background:#e6e6e6; border: 3px solid #cccccc; padding: 5px; }
.section { display:none; }
</style>
</head>
<body>
<span class="command">Running</span><span id="process" class="details">{{path}}</span><br>
<span class="command">arguments</span><span id="arguments" class="details">{{args}}</span><br>
<span class="command">status</span><span id="exitcode" class="details">running</span><br>
<span class="command">time</span><span id="time" class="details">0s</span><br>
<span id="stdout-section" class="section">
<span class="command">stdout</span>
<div class="content" id="stdout" readonly></div>
</span>
<span id="stderr-section" class="section">
<span class="command">stderr</span>
<div class="content" id="stderr" readonly></div>
</span>
</body>
</html>