<%
date = Time.now.strftime('%m_%d-%H:%M:%S')
default_report = "./reports/output_#{date}.html"
default_rerun = "./rerun.txt"
%>
common: NO_STOP='1'
rerun_out: -f rerun -o <%= default_rerun %>
html_report: -f html -o <%= default_report %>
run: -p common -p rerun_out -p html_report
calabash-android, . /.config/cucumber.yml calabash android.
, rerun.txt . /reports/output _#{date}.html :
calabash-android run *.apk -p run