# test_tva_creditori.ps1 - wrapper subtire peste harness-ul generic vfp_ui_harness.ps1. # Runda27: T-uri de TVA grupate pe cota+creditor (scc/ascc), editare manuala prin Grid1.cScc, # persistenta la resincronizari ulterioare (crsSccS). # Rulare: powershell -ExecutionPolicy Bypass -File test_tva_creditori.ps1 $ErrorActionPreference = 'Stop' $Teste = $PSScriptRoot & (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') ` -TestPrg (Join-Path $Teste 'test_tva_creditori.prg') ` -Steps @('doc_adaugat','sync1_scc_mostenit','split_creditori_404','tva_mutat_405','persistenta_scc') ` -ShotsDir (Join-Path $Teste 'screenshots_tva_creditori') ` -SyncDir (Join-Path $Teste 'uisync_tva_creditori') ` -StepTimeoutSec 180 ` -ReadyTimeoutSec 180