Move CLI tests to the separate test file on Windows (#1363)

* move cli tests to the separate file

* switch install scripts

* unify CLI names
This commit is contained in:
Maxim Lobanov
2020-08-06 11:27:58 +03:00
committed by GitHub
parent 490f615019
commit 0f6fba462a
16 changed files with 81 additions and 206 deletions

View File

@@ -15,4 +15,4 @@ $env:Path = $env:Path + ";$env:ProgramFiles\Amazon\SessionManagerPlugin\bin"
# Install AWS SAM CLI
Install-Binary -Url "https://github.com/awslabs/aws-sam-cli/releases/latest/download/AWS_SAM_CLI_64_PY3.msi" -Name "AWS_SAM_CLI_64_PY3.msi"
Invoke-PesterTests -TestFile "Tools" -TestName "AWS"
Invoke-PesterTests -TestFile "CLI.Tools" -TestName "AWS"