{{-- One block of test-case file rows for the Test Cases PDF — a folder's members, or the files loose under a project. Params: $files (list of TestCasesReport file descriptors), $jiraBase. --}}
| Test case | Date created | QA (h) | TAT (h) | Total (h) | Total (d) | Cases | % exec | % pass | Evidence | Linked stories |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $f['name'] }}@if ($f['in_progress']) · in progress@endif | {{ $f['created'] ?: '—' }} | {{ $f['qa_hours'] ?? '—' }} | {{ $f['tat_hours'] ?? '—' }} | {{ $f['est_hours'] ?? '—' }} | {{ $f['est_days'] ?? '—' }} | {{ $f['cases'] ?? ($r['total'] ?? '—') }} | {{ $r ? $r['executed_pct'].'%' : '—' }} | {{ $r ? $r['pass_pct'].'%' : '—' }} | {{ $f['has_evidence'] ? '📎 yes' : '' }} | @forelse ($f['stories'] as $s) @if ($jiraBase){{ $s['key'] }}@else{{ $s['key'] }}@endif@if (! $loop->last), @endif @empty not linked @endforelse |