Module: Calabash::Android::EnvironmentHelpers
- Included in:
- DragHelpers, MonkeyHelpers, Operations
- Defined in:
- lib/calabash-android/environment_helpers.rb
Instance Method Summary collapse
-
#xamarin_test_cloud? ⇒ Boolean
Are we running in the Xamarin Test Cloud?.
Instance Method Details
#xamarin_test_cloud? ⇒ Boolean
Are we running in the Xamarin Test Cloud?
7 8 9 |
# File 'lib/calabash-android/environment_helpers.rb', line 7 def xamarin_test_cloud? ENV['XAMARIN_TEST_CLOUD'] == '1' end |