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 ff6e300 commit d25374bCopy full SHA for d25374b
eng/helix/content/runtests.ps1
@@ -19,6 +19,11 @@ $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") {
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
+
27
$envPath = "$env:PATH;$env:HELIX_CORRELATION_PAYLOAD\node\bin"
28
29
function InvokeInstallDotnet([string]$command) {
0 commit comments