Wicreman / AutoRCL

Automate RCL cases
1 stars 2 forks source link

The term 'Invoke-Pester' is not recognized as the name of a cmdlet, function, script file, or operable #63

Closed DonnyChen closed 5 years ago

DonnyChen commented 5 years ago

Invoke-Pester : The term 'Invoke-Pester' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At D:\NAVRCLTool\NAVRCLTool\Run-AllRCLUnitTestCases.ps1:76 char:21

Solution: use chocolatey iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) choco install pester

DonnyChen commented 5 years ago

Fixed in #64