Skip to content

Commit

Permalink
Merge pull request #13 from moatazeldebsy/moatazeldebsy-patch-1
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
moatazeldebsy authored Oct 22, 2024
2 parents 93ec8d6 + 5bc2cb2 commit a328395
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/bin/bash
set -ex
set -e

trap 'echo "An error occurred. Exiting..."; exit 1;' ERR

echo "Install and Running Appium Server V2 as a Background process"

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 a328395

Please sign in to comment.