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

@@ -37,4 +37,6 @@ setx EdgeWebDriver "$EdgeDriverPath" /M
$regEnvKey = 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\'
$PathValue = Get-ItemPropertyValue -Path $regEnvKey -Name 'Path'
$PathValue += ";$EdgeDriverPath\"
Set-ItemProperty -Path $regEnvKey -Name 'Path' -Value $PathValue
Set-ItemProperty -Path $regEnvKey -Name 'Path' -Value $PathValue
Invoke-PesterTests -TestFile "Browsers" -TestName "Edge"