Migration to Pester tests

This commit is contained in:
Aleksandr Chebotov
2020-07-10 14:29:54 +03:00
parent fec0192835
commit f1352d64d5
38 changed files with 351 additions and 543 deletions

View File

@@ -7,3 +7,5 @@
$googleCloudSDKInstaller = "https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe"
$argumentList = @("/S", "/allusers", "/noreporting")
Install-Binary -Url $googleCloudSDKInstaller -Name "GoogleCloudSDKInstaller.exe" -ArgumentList $argumentList
Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCouldSDK"