Sha256: d8fa12e5258cf5f39648a9f15d8d3ef66171a7f74f378b86322502c35ff8c93e

Contents?: true

Size: 237 Bytes

Versions: 163

Compression:

Stored size: 237 Bytes

Contents

require 'calabash-android/management/adb'
require 'calabash-android/operations'

Before do |scenario|
  start_test_server_in_background
end

After do |scenario|
  if scenario.failed?
    screenshot_embed
  end
  shutdown_test_server
end

Version data entries

163 entries across 163 versions & 5 rubygems

Version Path
calabash-android-0.4.1 features-skeleton/support/app_life_cycle_hooks.rb
calabash-android-0.4.0 features-skeleton/support/app_life_cycle_hooks.rb
calabash-android-0.4.0.pre18 features-skeleton/support/app_life_cycle_hooks.rb