Files
ImportExcel/Examples/TestRestAPI/TryIt.ps1
2018-07-16 15:26:58 -04:00

7 lines
198 B
PowerShell

try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
. $PSScriptRoot\TestAPIReadXls.ps1
Test-APIReadXls $PSScriptRoot\testlist.xlsx | % {
Invoke-Pester -Script $_.fullname -PassThru -Show None
}