Files
ImportExcel/Examples/TestRestAPI/TryIt.ps1
François-Xavier Cat 1951a61699 Expand a few aliases
2018-10-01 17:01:15 -07:00

7 lines
211 B
PowerShell

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