From a1f83daf1068218e4ec2014404adb7c77017769e Mon Sep 17 00:00:00 2001 From: Arne Date: Wed, 14 Aug 2019 12:28:04 +0200 Subject: [PATCH] Running appium in xterm window This provides the same behaviour as on the emulator containers --- src/appium.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/appium.sh b/src/appium.sh index da454a3..46f90d7 100644 --- a/src/appium.sh +++ b/src/appium.sh @@ -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(){