Import Test Cases · upload the quarter's test-case files

Upload test-case files (gsheet exports — xlsx/csv/pdf/… — in bulk or one by one). They appear in Test Cases, where you can link each to a Jira story.

@if ($canManage)
{{-- Loading animation: file transfer (Alpine upload events) then processing (upload action). --}}
Transferring files…
Uploading & linking test cases…
@error('files.*')
{{ $message }}
@enderror @error('files')
{{ $message }}
@enderror

The Jira story is read from the file's Test Cases sheet ([INPUT STORY LINK] cell, e.g. ESCM-11980); a key in the file name is used as a fallback.

@endif

Uploaded · {{ $quarter }} {{ $cases->count() }}

@if ($canManage)@endif @forelse ($cases as $c) @if ($canManage) @endif @empty @endforelse
Test case fileSizeLinked storyUploaded
{{ $c->name }} {{ $c->size ? number_format($c->size / 1024, 0).' KB' : '—' }} @if ($c->jira_key){{ $c->jira_key }}@else@endif {{ $c->created_at?->diffForHumans() }}
No test cases uploaded for {{ $quarter }} yet.