Sha256: c49e991bec2577f4d86eaf1b7fe20d446102838467bf2a6765dad78bfd44d776

Contents?: true

Size: 300 Bytes

Versions: 87

Compression:

Stored size: 300 Bytes

Contents

module Calabash
  module Android
    module EnvironmentHelpers
      # Are we running in the Xamarin Test Cloud?
      #
      # @return [Boolean] Returns true if cucumber is running in the test cloud.
      def xamarin_test_cloud?
        ENV['XAMARIN_TEST_CLOUD'] == '1'
      end
    end
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
calabash-android-0.9.30 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.29 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.28 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.25 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.24 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.22 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.21 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.20 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.19 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.18 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.17 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.16 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.14 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.12 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.11 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.10 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.9 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.8 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.7 lib/calabash-android/environment_helpers.rb
calabash-android-0.9.6 lib/calabash-android/environment_helpers.rb