run appium with second param

This commit is contained in:
Jarrad 2016-05-26 18:05:10 +02:00
parent 54ae25dc67
commit a2e14e4ff0
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "StatusIm",
"interface": "reagent",
"androidHost": "localhost",
"androidHost": "10.0.3.2",
"modules": [
"react-native-contacts",
"react-native-invertible-scroll-view",

View File

@ -59,3 +59,9 @@ sleep 10s
adb reverse tcp:8081 tcp:8081 && adb reverse tcp:3449 tcp:3449
react-native run-android
if [ ! -z $2 ]
then
tab "appium"
lein test
fi