Class: TestCentricity::Environ
- Defined in:
- lib/testcentricity_mobile/data_objects/environment.rb
Instance Attribute Summary collapse
-
#android_apk_path ⇒ Object
Returns the value of attribute android_apk_path.
-
#android_app_id ⇒ Object
Returns the value of attribute android_app_id.
-
#android_test_id ⇒ Object
Returns the value of attribute android_test_id.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_session_id ⇒ Object
Returns the value of attribute app_session_id.
-
#appium_driver ⇒ Object
Returns the value of attribute appium_driver.
-
#current ⇒ Object
Returns the value of attribute current.
-
#db_password ⇒ Object
Returns the value of attribute db_password.
-
#db_username ⇒ Object
Returns the value of attribute db_username.
-
#deep_link_prefix ⇒ Object
Returns the value of attribute deep_link_prefix.
-
#default_max_wait_time ⇒ Object
Returns the value of attribute default_max_wait_time.
-
#device ⇒ Object
Returns the value of attribute device.
-
#device_name ⇒ Object
Returns the value of attribute device_name.
-
#device_orientation ⇒ Object
Returns the value of attribute device_orientation.
-
#device_os ⇒ Object
Returns the value of attribute device_os.
-
#device_os_version ⇒ Object
Returns the value of attribute device_os_version.
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#dns ⇒ Object
Returns the value of attribute dns.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#driver_name ⇒ Object
Returns the value of attribute driver_name.
-
#ios_app_path ⇒ Object
Returns the value of attribute ios_app_path.
-
#ios_bundle_id ⇒ Object
Returns the value of attribute ios_bundle_id.
-
#ios_ipa_path ⇒ Object
Returns the value of attribute ios_ipa_path.
-
#ios_test_id ⇒ Object
Returns the value of attribute ios_test_id.
-
#language ⇒ Object
Returns the value of attribute language.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#option1 ⇒ Object
Returns the value of attribute option1.
-
#option2 ⇒ Object
Returns the value of attribute option2.
-
#option3 ⇒ Object
Returns the value of attribute option3.
-
#option4 ⇒ Object
Returns the value of attribute option4.
-
#os ⇒ Object
Returns the value of attribute os.
-
#parallel ⇒ Object
Returns the value of attribute parallel.
-
#password ⇒ Object
Returns the value of attribute password.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#portal_context ⇒ Object
Returns the value of attribute portal_context.
-
#portal_status ⇒ Object
Returns the value of attribute portal_status.
-
#process_num ⇒ Object
Returns the value of attribute process_num.
-
#screen_size ⇒ Object
Returns the value of attribute screen_size.
-
#session_code ⇒ Object
Returns the value of attribute session_code.
-
#session_state ⇒ Object
Returns the value of attribute session_state.
-
#signed_in ⇒ Object
Returns the value of attribute signed_in.
-
#test_environment ⇒ Object
Returns the value of attribute test_environment.
-
#tunneling ⇒ Object
Returns the value of attribute tunneling.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Class Method Summary collapse
- .app_session_id ⇒ Object
- .appium_driver ⇒ Object
- .appium_driver=(driver_instance) ⇒ Object
- .current ⇒ Object
- .current=(current) ⇒ Object
- .default_max_wait_time ⇒ Object
- .default_max_wait_time=(timeout) ⇒ Object
- .device ⇒ Object
- .device=(device) ⇒ Object
- .device_name ⇒ Object
- .device_name=(name) ⇒ Object
- .device_orientation ⇒ Object
- .device_orientation=(orientation) ⇒ Object
- .device_os ⇒ Object
- .device_os=(os) ⇒ Object
- .device_os_version ⇒ Object
- .device_os_version=(version) ⇒ Object
- .device_type ⇒ Object
- .device_type=(type) ⇒ Object
- .driver ⇒ Object
- .driver=(type) ⇒ Object
- .driver_name ⇒ Object
- .driver_name=(name) ⇒ Object
- .get_screen_shots ⇒ Object
- .is_android? ⇒ Boolean
- .is_device? ⇒ Boolean
- .is_ios? ⇒ Boolean
- .is_mobile? ⇒ Boolean
- .is_signed_in? ⇒ Boolean
- .is_simulator? ⇒ Boolean
- .is_web? ⇒ Boolean
- .language ⇒ Object
- .language=(language) ⇒ Object
- .locale ⇒ Object
- .locale=(locale) ⇒ Object
- .new_app_session ⇒ Object
- .os ⇒ Object
- .os=(os) ⇒ Object
- .parallel ⇒ Object
- .parallel=(state) ⇒ Object
- .platform ⇒ Object
- .platform=(platform) ⇒ Object
- .portal_context ⇒ Object
- .portal_context=(portal_context) ⇒ Object
- .portal_state ⇒ Object
- .portal_state=(portal_state) ⇒ Object
- .process_num ⇒ Object
- .process_num=(num) ⇒ Object
-
.report_header ⇒ Object
:nocov:.
- .reset_contexts ⇒ Object
- .save_screen_shot(screen_shot) ⇒ Object
- .screen_size ⇒ Object
- .screen_size=(size) ⇒ Object
- .session_code ⇒ Object
- .session_id ⇒ Object
- .session_state ⇒ Object
- .session_state=(session_state) ⇒ Object
- .session_time_stamp ⇒ Object
- .set_external_page(state) ⇒ Object
- .set_signed_in(signed_in) ⇒ Object
- .test_environment ⇒ Object
- .tunneling ⇒ Object
- .tunneling=(state) ⇒ Object
Instance Method Summary collapse
-
#initialize(data) ⇒ Environ
constructor
A new instance of Environ.
Constructor Details
#initialize(data) ⇒ Environ
Returns a new instance of Environ.
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 117 def initialize(data) @user_id = data['USER_ID'] @password = data['PASSWORD'] @app_id = data['APP_ID'] @api_key = data['API_KEY'] @option1 = data['OPTIONAL_1'] @option2 = data['OPTIONAL_2'] @option3 = data['OPTIONAL_3'] @option4 = data['OPTIONAL_4'] @dns = data['DNS'] @db_username = data['DB_USERNAME'] @db_password = data['DB_PASSWORD'] @ios_app_path = data['IOS_APP_PATH'] @ios_ipa_path = data['IOS_IPA_PATH'] @ios_bundle_id = data['IOS_BUNDLE_ID'] @ios_test_id = data['IOS_TEST_ID'] @android_apk_path = data['ANDROID_APK_PATH'] @android_app_id = data['ANDROID_APP_ID'] @android_test_id = data['ANDROID_TEST_ID'] @deep_link_prefix = data['DEEP_LINK_PREFIX'] end |
Instance Attribute Details
#android_apk_path ⇒ Object
Returns the value of attribute android_apk_path.
111 112 113 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 111 def android_apk_path @android_apk_path end |
#android_app_id ⇒ Object
Returns the value of attribute android_app_id.
112 113 114 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 112 def android_app_id @android_app_id end |
#android_test_id ⇒ Object
Returns the value of attribute android_test_id.
113 114 115 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 113 def android_test_id @android_test_id end |
#api_key ⇒ Object
Returns the value of attribute api_key.
98 99 100 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 98 def api_key @api_key end |
#app_id ⇒ Object
Returns the value of attribute app_id.
97 98 99 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 97 def app_id @app_id end |
#app_session_id ⇒ Object
Returns the value of attribute app_session_id.
71 72 73 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 71 def app_session_id @app_session_id end |
#appium_driver ⇒ Object
Returns the value of attribute appium_driver.
83 84 85 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 83 def appium_driver @appium_driver end |
#current ⇒ Object
Returns the value of attribute current.
67 68 69 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 67 def current @current end |
#db_password ⇒ Object
Returns the value of attribute db_password.
105 106 107 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 105 def db_password @db_password end |
#db_username ⇒ Object
Returns the value of attribute db_username.
104 105 106 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 104 def db_username @db_username end |
#deep_link_prefix ⇒ Object
Returns the value of attribute deep_link_prefix.
115 116 117 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 115 def deep_link_prefix @deep_link_prefix end |
#default_max_wait_time ⇒ Object
Returns the value of attribute default_max_wait_time.
114 115 116 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 114 def default_max_wait_time @default_max_wait_time end |
#device ⇒ Object
Returns the value of attribute device.
73 74 75 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 73 def device @device end |
#device_name ⇒ Object
Returns the value of attribute device_name.
74 75 76 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 74 def device_name @device_name end |
#device_orientation ⇒ Object
Returns the value of attribute device_orientation.
78 79 80 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 78 def device_orientation @device_orientation end |
#device_os ⇒ Object
Returns the value of attribute device_os.
76 77 78 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 76 def device_os @device_os end |
#device_os_version ⇒ Object
Returns the value of attribute device_os_version.
77 78 79 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 77 def device_os_version @device_os_version end |
#device_type ⇒ Object
Returns the value of attribute device_type.
75 76 77 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 75 def device_type @device_type end |
#dns ⇒ Object
Returns the value of attribute dns.
103 104 105 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 103 def dns @dns end |
#driver ⇒ Object
Returns the value of attribute driver.
81 82 83 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 81 def driver @driver end |
#driver_name ⇒ Object
Returns the value of attribute driver_name.
82 83 84 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 82 def driver_name @driver_name end |
#ios_app_path ⇒ Object
Returns the value of attribute ios_app_path.
107 108 109 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 107 def ios_app_path @ios_app_path end |
#ios_bundle_id ⇒ Object
Returns the value of attribute ios_bundle_id.
109 110 111 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 109 def ios_bundle_id @ios_bundle_id end |
#ios_ipa_path ⇒ Object
Returns the value of attribute ios_ipa_path.
108 109 110 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 108 def ios_ipa_path @ios_ipa_path end |
#ios_test_id ⇒ Object
Returns the value of attribute ios_test_id.
110 111 112 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 110 def ios_test_id @ios_test_id end |
#language ⇒ Object
Returns the value of attribute language.
86 87 88 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 86 def language @language end |
#locale ⇒ Object
Returns the value of attribute locale.
85 86 87 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 85 def locale @locale end |
#option1 ⇒ Object
Returns the value of attribute option1.
99 100 101 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 99 def option1 @option1 end |
#option2 ⇒ Object
Returns the value of attribute option2.
100 101 102 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 100 def option2 @option2 end |
#option3 ⇒ Object
Returns the value of attribute option3.
101 102 103 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 101 def option3 @option3 end |
#option4 ⇒ Object
Returns the value of attribute option4.
102 103 104 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 102 def option4 @option4 end |
#os ⇒ Object
Returns the value of attribute os.
72 73 74 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 72 def os @os end |
#parallel ⇒ Object
Returns the value of attribute parallel.
88 89 90 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 88 def parallel @parallel end |
#password ⇒ Object
Returns the value of attribute password.
96 97 98 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 96 def password @password end |
#platform ⇒ Object
Returns the value of attribute platform.
80 81 82 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 80 def platform @platform end |
#portal_context ⇒ Object
Returns the value of attribute portal_context.
93 94 95 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 93 def portal_context @portal_context end |
#portal_status ⇒ Object
Returns the value of attribute portal_status.
92 93 94 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 92 def portal_status @portal_status end |
#process_num ⇒ Object
Returns the value of attribute process_num.
89 90 91 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 89 def process_num @process_num end |
#screen_size ⇒ Object
Returns the value of attribute screen_size.
79 80 81 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 79 def screen_size @screen_size end |
#session_code ⇒ Object
Returns the value of attribute session_code.
70 71 72 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 70 def session_code @session_code end |
#session_state ⇒ Object
Returns the value of attribute session_state.
69 70 71 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 69 def session_state @session_state end |
#signed_in ⇒ Object
Returns the value of attribute signed_in.
91 92 93 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 91 def signed_in @signed_in end |
#test_environment ⇒ Object
Returns the value of attribute test_environment.
68 69 70 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 68 def test_environment @test_environment end |
#tunneling ⇒ Object
Returns the value of attribute tunneling.
84 85 86 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 84 def tunneling @tunneling end |
#user_id ⇒ Object
Returns the value of attribute user_id.
95 96 97 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 95 def user_id @user_id end |
Class Method Details
.app_session_id ⇒ Object
151 152 153 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 151 def self.app_session_id @app_session_id end |
.appium_driver ⇒ Object
318 319 320 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 318 def self.appium_driver @appium_driver end |
.appium_driver=(driver_instance) ⇒ Object
314 315 316 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 314 def self.appium_driver=(driver_instance) @appium_driver = driver_instance end |
.current ⇒ Object
139 140 141 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 139 def self.current @current end |
.current=(current) ⇒ Object
143 144 145 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 143 def self.current=(current) @current = current end |
.default_max_wait_time ⇒ Object
199 200 201 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 199 def self.default_max_wait_time @default_max_wait_time end |
.default_max_wait_time=(timeout) ⇒ Object
195 196 197 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 195 def self.default_max_wait_time=(timeout) @default_max_wait_time = timeout end |
.device ⇒ Object
223 224 225 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 223 def self.device @device end |
.device=(device) ⇒ Object
219 220 221 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 219 def self.device=(device) @device = device end |
.device_name ⇒ Object
252 253 254 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 252 def self.device_name @device_name end |
.device_name=(name) ⇒ Object
248 249 250 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 248 def self.device_name=(name) @device_name = name end |
.device_orientation ⇒ Object
285 286 287 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 285 def self.device_orientation @device_orientation end |
.device_orientation=(orientation) ⇒ Object
280 281 282 283 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 280 def self.device_orientation=(orientation) orientation = orientation.downcase.to_sym if orientation.is_a?(String) @device_orientation = orientation end |
.device_os ⇒ Object
260 261 262 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 260 def self.device_os @device_os end |
.device_os=(os) ⇒ Object
256 257 258 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 256 def self.device_os=(os) @device_os = os.downcase.to_sym end |
.device_os_version ⇒ Object
268 269 270 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 268 def self.device_os_version @device_os_version end |
.device_os_version=(version) ⇒ Object
264 265 266 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 264 def self.device_os_version=(version) @device_os_version = version end |
.device_type ⇒ Object
244 245 246 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 244 def self.device_type @device_type end |
.device_type=(type) ⇒ Object
239 240 241 242 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 239 def self.device_type=(type) type = type.downcase.to_sym if type.is_a?(String) @device_type = type end |
.driver ⇒ Object
301 302 303 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 301 def self.driver @driver end |
.driver=(type) ⇒ Object
297 298 299 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 297 def self.driver=(type) @driver = type end |
.driver_name ⇒ Object
310 311 312 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 310 def self.driver_name @driver_name end |
.driver_name=(name) ⇒ Object
305 306 307 308 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 305 def self.driver_name=(name) name = name.downcase.to_sym if name.is_a?(String) @driver_name = name end |
.get_screen_shots ⇒ Object
390 391 392 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 390 def self.get_screen_shots @screen_shots end |
.is_android? ⇒ Boolean
276 277 278 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 276 def self.is_android? @device_os == :android end |
.is_device? ⇒ Boolean
227 228 229 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 227 def self.is_device? @device == :device end |
.is_ios? ⇒ Boolean
272 273 274 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 272 def self.is_ios? @device_os == :ios end |
.is_mobile? ⇒ Boolean
354 355 356 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 354 def self.is_mobile? @platform == :mobile end |
.is_signed_in? ⇒ Boolean
362 363 364 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 362 def self.is_signed_in? @signed_in end |
.is_simulator? ⇒ Boolean
231 232 233 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 231 def self.is_simulator? @device == :simulator end |
.is_web? ⇒ Boolean
235 236 237 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 235 def self.is_web? @device == :web end |
.language ⇒ Object
334 335 336 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 334 def self.language @language end |
.language=(language) ⇒ Object
330 331 332 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 330 def self.language=(language) @language = language end |
.locale ⇒ Object
342 343 344 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 342 def self.locale @locale end |
.locale=(locale) ⇒ Object
338 339 340 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 338 def self.locale=(locale) @locale = locale end |
.new_app_session ⇒ Object
147 148 149 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 147 def self.new_app_session @app_session_id = Time.now.strftime('%Y%m%d%H%M%S%L') end |
.os ⇒ Object
215 216 217 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 215 def self.os @os end |
.os=(os) ⇒ Object
211 212 213 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 211 def self.os=(os) @os = os end |
.parallel ⇒ Object
175 176 177 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 175 def self.parallel @parallel end |
.parallel=(state) ⇒ Object
171 172 173 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 171 def self.parallel=(state) @parallel = state end |
.platform ⇒ Object
350 351 352 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 350 def self.platform @platform end |
.platform=(platform) ⇒ Object
346 347 348 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 346 def self.platform=(platform) @platform = platform end |
.portal_context ⇒ Object
378 379 380 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 378 def self.portal_context @portal_context end |
.portal_context=(portal_context) ⇒ Object
374 375 376 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 374 def self.portal_context=(portal_context) @portal_context = portal_context end |
.portal_state ⇒ Object
370 371 372 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 370 def self.portal_state @portal_status end |
.portal_state=(portal_state) ⇒ Object
366 367 368 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 366 def self.portal_state=(portal_state) @portal_status = portal_state end |
.process_num ⇒ Object
183 184 185 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 183 def self.process_num @process_num end |
.process_num=(num) ⇒ Object
179 180 181 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 179 def self.process_num=(num) @process_num = num end |
.report_header ⇒ Object
:nocov:
399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 399 def self.report_header # build the Cucumber HTML report header report_header = "\n<b><u>TEST ENVIRONMENT</u>:</b> #{ENV['TEST_ENVIRONMENT']}\n" report_header = "#{report_header} <b>Driver:</b>\t #{Environ.driver}\n" if Environ.driver report_header = "#{report_header} <b>Driver Name:</b>\t #{Environ.driver_name}\n" if Environ.driver_name report_header = "#{report_header} <b>Platform:</b>\t #{Environ.platform}\n" if Environ.platform report_header = "#{report_header} <b>Device:</b>\t #{Environ.device_name}\n" if Environ.device_name report_header = "#{report_header} <b>Device OS:</b>\t #{Environ.device_os} #{Environ.device_os_version}\n" if Environ.device_os report_header = "#{report_header} <b>Device type:</b>\t #{Environ.device_type}\n" if Environ.device_type report_header = "#{report_header} <b>OS:</b>\t\t #{Environ.os}\n" if Environ.os report_header = "#{report_header} <b>Locale:</b>\t #{Environ.locale}\n" if Environ.locale report_header = "#{report_header} <b>Language:</b>\t #{Environ.language}\n" if Environ.language report_header = "#{report_header} <b>Country:</b>\t #{ENV['COUNTRY']}\n" if ENV['COUNTRY'] "#{report_header}\n\n" end |
.reset_contexts ⇒ Object
394 395 396 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 394 def self.reset_contexts @screen_shots = [] end |
.save_screen_shot(screen_shot) ⇒ Object
386 387 388 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 386 def self.save_screen_shot(screen_shot) @screen_shots.push(screen_shot) end |
.screen_size ⇒ Object
293 294 295 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 293 def self.screen_size @screen_size end |
.screen_size=(size) ⇒ Object
289 290 291 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 289 def self.screen_size=(size) @screen_size = size end |
.session_code ⇒ Object
155 156 157 158 159 160 161 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 155 def self.session_code if @session_code.nil? characters = ('a'..'z').to_a @session_code = (0..12).map { characters.sample }.join end @session_code end |
.session_id ⇒ Object
163 164 165 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 163 def self.session_id @session_id end |
.session_state ⇒ Object
207 208 209 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 207 def self.session_state @session_state end |
.session_state=(session_state) ⇒ Object
203 204 205 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 203 def self.session_state=(session_state) @session_state = session_state end |
.session_time_stamp ⇒ Object
167 168 169 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 167 def self.session_time_stamp @session_time_stamp end |
.set_external_page(state) ⇒ Object
382 383 384 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 382 def self.set_external_page(state) @external_page = state end |
.set_signed_in(signed_in) ⇒ Object
358 359 360 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 358 def self.set_signed_in(signed_in) @signed_in = signed_in end |
.test_environment ⇒ Object
187 188 189 190 191 192 193 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 187 def self.test_environment if @test_environment.blank? nil else @test_environment.downcase.to_sym end end |
.tunneling ⇒ Object
326 327 328 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 326 def self.tunneling @tunneling end |
.tunneling=(state) ⇒ Object
322 323 324 |
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 322 def self.tunneling=(state) @tunneling = state end |