Sha256: bf0b8781d9752a84384c1a2f2af5c1bbe7f73c476f7ac17ac8dfa18ce434912f

Contents?: true

Size: 632 Bytes

Versions: 82

Compression:

Stored size: 632 Bytes

Contents

def app_path
  ENV['APP_BUNDLE_PATH'] || (defined?(APP_BUNDLE_PATH) && APP_BUNDLE_PATH)
end

Given /^I launch the app$/ do
  # latest sdk and iphone by default
  launch_app app_path
end

Given /^I launch the app using iOS (\d\.\d)$/ do |sdk|
  # You can grab a list of the installed SDK with sim_launcher
  # > run sim_launcher from the command line
  # > open a browser to http://localhost:8881/showsdks
  # > use one of the sdk you see in parenthesis (e.g. 4.2)
  launch_app app_path, sdk
end

Given /^I launch the app using iOS (\d\.\d) and the (iphone|ipad) simulator$/ do |sdk, version|
  launch_app app_path, sdk, version
end

Version data entries

82 entries across 82 versions & 6 rubygems

Version Path
sc-frank-cucumber-1.2.1.1dcc760.debug frank-skeleton/features/step_definitions/launch_steps.rb
frank-cucumber-1.2.2 frank-skeleton/features/step_definitions/launch_steps.rb
sc-frank-cucumber-1.2.1.1dcc760 frank-skeleton/features/step_definitions/launch_steps.rb
frank-cucumber-1.2.1 frank-skeleton/features/step_definitions/launch_steps.rb
sc-frank-cucumber-1.2.1.902fa34 frank-skeleton/features/step_definitions/launch_steps.rb
sc-frank-cucumber-1.2.1.d2d00d2 frank-skeleton/features/step_definitions/launch_steps.rb
sc-frank-cucumber-1.2.1.c13cb90 frank-skeleton/features/step_definitions/launch_steps.rb
sc-frank-cucumber-1.2.1.00af28c frank-skeleton/features/step_definitions/launch_steps.rb
rufus-0.7 RufusApp/Frank/features/step_definitions/launch_steps.rb
rufus-0.6 RufusApp/Frank/features/step_definitions/launch_steps.rb
rufus-0.5 RufusApp/Frank/features/step_definitions/launch_steps.rb
rufus-0.4 RufusApp/Frank/features/step_definitions/launch_steps.rb
rufus-0.3 RufusApp/Frank/features/step_definitions/launch_steps.rb
rufus-0.1 RufusApp/Frank/features/step_definitions/launch_steps.rb
furter-0.0.3.2 app/FurterApp/Frank/features/step_definitions/launch_steps.rb
frank-cucumber-1.2.0 frank-skeleton/features/step_definitions/launch_steps.rb
frank-cucumber-1.2.0.pre1 frank-skeleton/features/step_definitions/launch_steps.rb
frank-cucumber-1.1.13.pre1 frank-skeleton/features/step_definitions/launch_steps.rb
frank-cucumber-1.1.12 frank-skeleton/features/step_definitions/launch_steps.rb
frank-cucumber-1.1.11.pre1 frank-skeleton/features/step_definitions/launch_steps.rb