{{$repository->prefix}}-{{$testCase->id}} @if($testCase->automated) @else @endif {{$testCase->title}}
@if(isset( $data->preconditions) && !empty($data->preconditions) ) Preconditions
{!! $data->preconditions !!}
@endif @if(isset($data->steps) && !empty($data->steps)) Steps
Action
Expected result
@foreach($data->steps as $id => $step)
{!! $step->action !!}
{!! $step->result !!}
@endforeach
@else

No additional details available.

@endif