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

@@ -49,4 +49,6 @@ Extract-7Zip -Path $GeckoDriverArchPath -DestinationPath $GeckoDriverPath
Write-Host "Setting the environment variables..."
Add-MachinePathItem -PathItem $GeckoDriverPath
setx GeckoWebDriver "$GeckoDriverPath" /M
setx GeckoWebDriver "$GeckoDriverPath" /M
Invoke-PesterTests -TestFile "Browsers" -TestName "Firefox"