Sha256: 6e045a4c116bdaa1ed26d9ab2c7e6d547a38576d4e080b87542c41f25031f333

Contents?: true

Size: 236 Bytes

Versions: 6

Compression:

Stored size: 236 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

6 entries across 6 versions & 1 rubygems

Version Path
cs-bdd-0.1.4 lib/skeleton/features/android/support/app_life_cycle_hooks.rb
cs-bdd-0.1.3 lib/skeleton/features/android/support/app_life_cycle_hooks.rb
cs-bdd-0.1.2 lib/skeleton/features/android/support/app_life_cycle_hooks.rb
cs-bdd-0.1.1 lib/skeleton/features/android/support/app_life_cycle_hooks.rb
cs-bdd-0.1.0 lib/skeleton/features/android/support/app_life_cycle_hooks.rb
cs-bdd-0.0.5 lib/skeleton/features/android/support/app_life_cycle_hooks.rb