Running appium in xterm window

This provides the same behaviour as on the emulator containers
This commit is contained in:
Arne 2019-08-14 12:28:04 +02:00 committed by GitHub
parent c27ab1d6d6
commit a1f83daf10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,8 +303,9 @@ function run_appium() {
CMD+=" --relaxed-security"
fi
echo "Preparation is done"
$CMD
echo "Preparation is done"
TERM="xterm -T AppiumServer -n AppiumServer -e $CMD"
$TERM
}
function ga(){