Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KXsyJZBek1e9RvyLAQkoCx
11 lines
630 B
PowerShell
11 lines
630 B
PowerShell
# 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')
|