achizitie import: diferenta (randul D) doar din documentele participante la pret; randul D manual pastrat la resincronizare; test e2e; stergere clasa legacy import_nir + ajustari layout (IDE)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KXsyJZBek1e9RvyLAQkoCx
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# test_runda11_diferenta_participa.ps1 - wrapper peste harness-ul generic pentru RUNDA 11
|
||||
# (baza randului D = doar documente participante la pret; randul D mod_manual=1 nu se rescrie).
|
||||
# Rulare: powershell -ExecutionPolicy Bypass -File test_runda11_diferenta_participa.ps1
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$Teste = $PSScriptRoot
|
||||
& (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') `
|
||||
-TestPrg (Join-Path $Teste 'test_runda11_diferenta_participa.prg') `
|
||||
-Steps @('doc2','articol','asserts12','asserts3') `
|
||||
-ShotsDir (Join-Path $Teste 'screenshots_runda11') `
|
||||
-SyncDir (Join-Path $Teste 'uisync_runda11')
|
||||
Reference in New Issue
Block a user