# test_runda7_diferente.ps1 - wrapper peste harness-ul generic pentru RUNDA 7 (diferenta doar in # lei, cont fix 6588 fara clasa 3, fara sufix (rot.), guard-uri Valid, pozitie randul D). # Rulare: powershell -ExecutionPolicy Bypass -File test_runda7_diferente.ps1 $ErrorActionPreference = 'Stop' $Teste = $PSScriptRoot & (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') ` -TestPrg (Join-Path $Teste 'test_runda7_diferente.prg') ` -Steps @('A_3documente','A_final','B_1document','B_final') ` -ShotsDir (Join-Path $Teste 'screenshots_runda7') ` -SyncDir (Join-Path $Teste 'uisync_runda7')