File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,19 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
31
31
export PLAYWRIGHT_BROWSERS_PATH=" $DIR /ms-playwright"
32
32
if [[ " $helixQueue " == * " OSX" * ]]; then
33
33
export PLAYWRIGHT_DRIVER_PATH=" $DIR /.playwright/osx/native/playwright.sh"
34
+ PLAYWRIGHT_NODE_PATH=$DIR /.playwright/osx/native/node
34
35
else
35
36
export PLAYWRIGHT_DRIVER_PATH=" $DIR /.playwright/unix/native/playwright.sh"
37
+ PLAYWRIGHT_NODE_PATH=$DIR /.playwright/unix/native/node"
36
38
fi
37
39
export InstallPlaywright=" $installPlaywright "
38
40
if [ -f " $PLAYWRIGHT_DRIVER_PATH " ]; then
41
+ echo " sudo apt-get install libdbus-glib-1-2 (for playwright)"
42
+ sudo apt-get install libdbus-glib-1-2
39
43
echo " chmod +x $PLAYWRIGHT_DRIVER_PATH "
40
44
chmod +x $PLAYWRIGHT_DRIVER_PATH
41
- echo " chmod +x $DIR /.playwright/unix/native/node "
42
- chmod +x $DIR /.playwright/unix/native/node
45
+ echo " chmod +x $PLAYWRIGHT_NODE_PATH "
46
+ chmod +x PLAYWRIGHT_NODE_PATH
43
47
fi
44
48
45
49
RESET=" \0 33[0m"
You can’t perform that action at this time.
0 commit comments