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 981ea3f commit 9d6f51dCopy full SHA for 9d6f51d
eng/helix/content/runtests.ps1
@@ -14,6 +14,7 @@ param(
14
15
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
16
$env:DOTNET_MULTILEVEL_LOOKUP = 0
17
+$env:InstallPlaywright = "$InstallPlaywright"
18
$env:PLAYWRIGHT_BROWSERS_PATH = "$currentDirectory\ms-playwright"
19
$env:PLAYWRIGHT_DRIVER_PATH = "$currentDirectory\.playwright\win-x64\native\playwright.cmd"
20
0 commit comments