We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25374b commit 5bad241Copy full SHA for 5bad241
eng/helix/content/runtests.ps1
@@ -19,7 +19,7 @@ $currentDirectory = Get-Location
19
$env:PLAYWRIGHT_BROWSERS_PATH = "$currentDirectory\ms-playwright"
20
$env:PLAYWRIGHT_DRIVER_PATH = "$currentDirectory\.playwright\win-x64\native\playwright.cmd"
21
22
-if ($InstallPlaywright -eq "true") {
+if ("$InstallPlaywright" -eq "true") {
23
Write-Host "Copying playwright drivers: Copy-Item $currentDirectory\.playwright\win-x64\native $currentDIrectory -recurse"
24
Copy-Item $currentDirectory\.playwright\win-x64\native $currentDirectory -recurse
25
}
0 commit comments