# test_scenariu_dvi_complet.ps1 - wrapper peste harness-ul generic pentru scenariul complet # Marius (rundele 8-11: analitice pe spargere, doc_key unic + DVI taxe vamale, stergere/copiere # cu meniu, procente+totaluri banda). Rulare: # powershell -ExecutionPolicy Bypass -File test_scenariu_dvi_complet.ps1 $ErrorActionPreference = 'Stop' $Teste = $PSScriptRoot & (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') ` -TestPrg (Join-Path $Teste 'test_scenariu_dvi_complet.prg') ` -Steps @('3documente','articole_adaugate','sync1','sync2_verificari','stergere_doc','stergere_linie','stergere_cancel','copiere_doc','final') ` -ShotsDir (Join-Path $Teste 'screenshots_dvi_complet') ` -SyncDir (Join-Path $Teste 'uisync_dvi_complet') ` -StepTimeoutSec 180 ` -ReadyTimeoutSec 180