This repository was archived by the owner on Jun 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,7 @@ xcodebuild -project "../Contacts.xcodeproj" \
1010
1111cd " ../appium" && bundle exec cucumber
1212
13+ END=$( date +%s)
14+ DIFF=$( echo " $END - $START " | bc)
15+
1316echo " Time elapsed: $DIFF "
Original file line number Diff line number Diff line change @@ -10,4 +10,7 @@ xcodebuild -project "../Contacts.xcodeproj" \
1010
1111cd " ../calabash" && APP=" ../Build/Products/Debug-iphonesimulator/Contacts-cal.app" bundle exec cucumber
1212
13+ END=$( date +%s)
14+ DIFF=$( echo " $END - $START " | bc)
15+
1316echo " Time elapsed: $DIFF "
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ xcodebuild -project "../Contacts.xcodeproj" \
88 -derivedDataPath " ../build" \
99 build
1010
11- cd " ../ui-automation" && ./run-tests.sh " ../build/Products/Debug-iphonesimulator/Contacts-test.app" " iPhone 6 (9.1)"
11+ cd " ../ui-automation" && ./run-tests.sh " ../build/Products/Debug-iphonesimulator/Contacts-test.app" " iPhone 5s (9.1)"
12+
13+ END=$( date +%s)
14+ DIFF=$( echo " $END - $START " | bc)
1215
1316echo " Time elapsed: $DIFF "
You can’t perform that action at this time.
0 commit comments