# test_dvi_valuta_ron.ps1 - wrapper peste harness-ul generic pentru TVA DVI in RON (F1, runda30). # powershell -ExecutionPolicy Bypass -File test_dvi_valuta_ron.ps1 $ErrorActionPreference = 'Stop' $Teste = $PSScriptRoot & (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') ` -TestPrg (Join-Path $Teste 'test_dvi_valuta_ron.prg') ` -Steps @('doc1_creat','garzi_executie','footer_valuta','imunitate_curs','debifare_document','final') ` -ShotsDir (Join-Path $Teste 'screenshots_dvi_valuta_ron') ` -SyncDir (Join-Path $Teste 'uisync_dvi_valuta_ron') ` -StepTimeoutSec 180 ` -ReadyTimeoutSec 180