Sha256: c5bd3d2b53d85f344474bae2b3347715e77405b3796947214c3261b4f0bd7101
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
table#test-cases.table.table-bordered.table-hover tr th Test th.duration Duration th.status Status th.command Location - test_id = '{{ "full_"+test.id }}' tr ng-class="test.status" ng-repeat="test in #{ object }" td title="{{ test.full_description }}" .main-info.cell data-toggle="collapse" data-target="##{test_id}" strong | {{ $index+1 }}. | {{ test.full_description }} .detailed-info.collapse id="#{test_id}" ng-if="test.exception" span.message strong | {{ test.exception.message }} .backtrace p.trace-line ng-repeat="line in test.exception.backtrace track by $index" | {{ line }} td.duration span.cell | {{ test.run_time | number:0 }} sec td.status span.cell | {{ test.status }} td.command clip-copy="'rspec ' + test.location" title="{{ 'rspec ' + test.location }}" input type="text" value="rspec {{ test.location }}" disabled="disabled" a.fa.fa-copy.copy-icon
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sw2at-ui-0.0.9 | app/views/swat/pages/revisions/partials/_test_cases.slim |