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 5bad241 commit e5e8e3aCopy full SHA for e5e8e3a
eng/helix/content/runtests.sh
@@ -36,7 +36,9 @@ if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
36
echo "chmod +x $DIR/.playwright/unix/native/node"
37
chmod +x $DIR/.playwright/unix/native/node
38
echo "copying drivers to workitem root"
39
- cp -r ./.playwright/unix/native/ .
+ cp -r $DIR/.playwright/unix/native/ .
40
+ cp $DIR/.playwright/unix/native/playwright.sh .
41
+ ls -la playwright*
42
fi
43
44
RESET="\033[0m"
0 commit comments