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 6a547f2 commit be81c86Copy full SHA for be81c86
eng/helix/content/runtests.sh
@@ -40,10 +40,6 @@ if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
40
chmod +x $PLAYWRIGHT_DRIVER_PATH
41
echo "chmod +x $DIR/.playwright/unix/native/node"
42
chmod +x $DIR/.playwright/unix/native/node
43
- echo "copying drivers to workitem root"
44
- cp -r $DIR/.playwright/unix/native/ .
45
- cp $DIR/.playwright/unix/native/playwright.sh .
46
- ls -la playwright*
47
fi
48
49
RESET="\033[0m"
0 commit comments