Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moatazeldebsy authored Oct 22, 2024
1 parent 93ec8d6 commit 5bc2cb2
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 5bc2cb2

Please sign in to comment.