Upgrade for Live Previews

Test your app instantly in the browser without downloading.

View Plans

Manual Testing Steps

3 steps
@foreach($manualTestSteps as $step)
{{ $step['number'] }}

{{ $step['title'] }}

{{ $step['description'] }}

@if($step['action'] === 'download')
@if($this->qrCodeSvg)
{!! $this->qrCodeSvg !!}

Scan QR code to download

@endif
Download {{ strtoupper($build->build_format) }}

{{ $this->formatFileSize($build->artifact_size) }}

@elseif($step['action'] === 'external_link') Open Appetize.io @endif
@endforeach
Platform
{{ $platform }}
Version
{{ $build->version_name }}
Size
{{ $this->formatFileSize($build->artifact_size) }}
Format
{{ $build->build_format }}