Module: Calabash::Android::EnvironmentHelpers

Included in:
Operations
Defined in:
lib/calabash-android/environment_helpers.rb

Instance Method Summary collapse

Instance Method Details

#xamarin_test_cloud?Boolean

Are we running in the Xamarin Test Cloud?

Returns:

  • (Boolean)

    Returns true if cucumber is running in the test cloud.



7
8
9
# File 'lib/calabash-android/environment_helpers.rb', line 7

def xamarin_test_cloud?
  ENV['XAMARIN_TEST_CLOUD'] == '1'
end