Skip to content

Commit d25374b

Browse files
committed
Update runtests.ps1
1 parent ff6e300 commit d25374b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/helix/content/runtests.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ $currentDirectory = Get-Location
1919
$env:PLAYWRIGHT_BROWSERS_PATH = "$currentDirectory\ms-playwright"
2020
$env:PLAYWRIGHT_DRIVER_PATH = "$currentDirectory\.playwright\win-x64\native\playwright.cmd"
2121

22+
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+
}
26+
2227
$envPath = "$env:PATH;$env:HELIX_CORRELATION_PAYLOAD\node\bin"
2328

2429
function InvokeInstallDotnet([string]$command) {

0 commit comments

Comments
 (0)