Sha256: 37e211ebbe19e0ad82522cd1d4920cc990269c9341ee2112cb3551e320b24f0c
Contents?: true
Size: 1.25 KB
Versions: 5
Compression:
Stored size: 1.25 KB
Contents
- test_id = '{{ "failed_"+test.id }}' #exceptions-groups table#test-cases.table.table-bordered.table-hover tr th.exception Exception th Tests th.duration Count tr ng-if="(summary.exceptions && summary.exceptions.length == 0)" td colspan="4" .cell | No Exceptions 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}" .test-case strong | {{ '#' + test.full_description }} p | {{ 'rspec '+test.location }} .detailed-info.collapse id="#{test_id}" span.message strong | {{ test.exception.message }} .backtrace p.trace-line class="{{ helpers.isSpecTraceLine(line) ? 'spec' : '' }}" ng-repeat="line in test.exception.backtrace track by $index" | {{ line }} th.count span.cell | {{ exception.tests.length }}
Version data entries
5 entries across 5 versions & 1 rubygems