mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Migration to Pester tests
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user