Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moatazeldebsy authored Nov 4, 2022
1 parent 05d9d68 commit ae14fcf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ echo "Install and Running Appium Server as a Background process"

sudo npm install -g appium --unsafe-perm=true --allow-root
appium -v
appium &>/dev/null &
appium &>/dev/null &

sudo npm install -g appium@next
appium driver install xcuitest
appium driver install espresso
appium driver install flutter

appium -v
appium --log appium.log &>/dev/null &

0 comments on commit ae14fcf

Please sign in to comment.