Sha256: 0505a8b0f1f4f2e23b0e28dd940ec45204f4db1670d0abb4bd0a709fc36219c3

Contents?: true

Size: 507 Bytes

Versions: 2

Compression:

Stored size: 507 Bytes

Contents

<%
begin
  puts 'Building the calabash test server...'
  last_test_apk = 'test_servers/' << Dir.entries("test_servers").last
rescue
  `calabash-android build ApiDemos/bin/ApiDemos.apk`
  retry
end

std_opts = "PACKAGE_NAME=com.example.android.apis TEST_PACKAGE_NAME=com.example.android.apis.test APP_PATH=./ApiDemos/bin/ApiDemos.apk TEST_APP_PATH=#{last_test_apk} TEST_SERVER_PORT=34777  --no-source --color --format pretty"
%>

default: <%= std_opts %> --tags ~@ignore
focus: <%= std_opts %> --tags @focus

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gametel-0.3 cucumber.yml
gametel-0.2 cucumber.yml