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