From 094f9f487003af66d298c25069cabe741dfa404a Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 27 Oct 2015 17:49:19 +0200 Subject: [PATCH] Add the run script used to ease the development... --- run.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 run.sh diff --git a/run.sh b/run.sh new file mode 100755 index 000000000..f7c75bddb --- /dev/null +++ b/run.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +#grunt testsapp --verbose --platform=Android --emuPId=".*emulator64-x86" --avd="Api19" --logFilePath="./TestRunResult.txt" --runtimePath="/Users/erjan/tns-android.tgz" --showEmu=true --modulesPath=/Volumes/distributions/DailyBuilds/NativeScript/tns-modules/Stable/tns-core-modules.tgz + +grunt testsapp --verbose --platform=iOS --logFilePath="./TestRunResult.txt" --runtimePath="/Users/erjan/tns-ios.tgz" --showEmu=true --modulesPath=/Volumes/distributions/DailyBuilds/NativeScript/tns-modules/Stable/tns-core-modules.tgz + +