Files
ImportExcel/Examples/TestRestAPI/TryIt.ps1
2018-06-24 07:26:27 -04:00

5 lines
147 B
PowerShell

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