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 f76265a commit f01548aCopy full SHA for f01548a
eng/helix/content/runtests.sh
@@ -34,7 +34,7 @@ if [[ "$helixQueue" == *"OSX"* ]]; then
34
PLAYWRIGHT_NODE_PATH=$DIR/.playwright/osx/native/node
35
else
36
export PLAYWRIGHT_DRIVER_PATH="$DIR/.playwright/unix/native/playwright.sh"
37
- PLAYWRIGHT_NODE_PATH=$DIR/.playwright/unix/native/node"
+ PLAYWRIGHT_NODE_PATH=$DIR/.playwright/unix/native/node
38
fi
39
export InstallPlaywright="$installPlaywright"
40
if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
0 commit comments