module Calabash::Android::EnvironmentHelpers

Public Instance Methods

xamarin_test_cloud?() click to toggle source

Are we running in the Xamarin Test Cloud?

@return [Boolean] Returns true if cucumber is running in the test cloud.

# File lib/calabash-android/environment_helpers.rb, line 7
def xamarin_test_cloud?
  ENV['XAMARIN_TEST_CLOUD'] == '1'
end