Sha256: 09a04e6a411467ce692e8239a79f29cb82bb8e466cb6a8d25467214b01dee0ff
Contents?: true
Size: 966 Bytes
Versions: 1
Compression:
Stored size: 966 Bytes
Contents
- test_id = '{{ "failed_"+test.id }}' table#test-cases.table.table-bordered.table-hover tr th.exception Exception th Tests th.duration Count tr.failed ng-repeat="exception in summary.exceptions" td title="{{ exception.message }}" .cell strong | {{ $index+1 }}. | {{ exception.message }} td.failed-tests span.cell .test ng-repeat="test in exception.tests" .main-info data-toggle="collapse" data-target="##{test_id}" strong | {{ test.full_description }} p | {{ test.location }} .detailed-info.collapse id="#{test_id}" span.message strong | {{ test.exception.message }} .backtrace p.trace-line ng-repeat="line in test.exception.backtrace track by $index" | {{ line }} th.count span.cell | {{ exception.tests.length }}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sw2at-ui-0.0.9 | app/views/swat/pages/revisions/partials/_exceptions.slim |