Skip to content

Commit d91c251

Browse files
author
Miroslava Ivanova
committed
add log trace
1 parent 216f361 commit d91c251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/webpack/hello_world_js_tests.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_120_android_build_release_with_bundle_and_snapshot_and_uglify(self):
197197
def test_200_run_android_with_bundle_sync_changes(self):
198198
log = Tns.run_android(attributes={'--path': self.app_name,
199199
"--bundle": "",
200-
'--device': EMULATOR_ID}, wait=False, assert_success=False)
200+
'--device': EMULATOR_ID}, wait=False, assert_success=False, log_trace=True)
201201
Tns.wait_for_log(log_file=log, string_list=Helpers.wp_run, not_existing_string_list=Helpers.wp_errors,
202202
timeout=240)
203203
Helpers.android_screen_match(image=self.image_original, timeout=120)
@@ -222,7 +222,7 @@ def test_210_run_android_with_bundle_uglify_sync_changes(self):
222222
log = Tns.run_android(attributes={'--path': self.app_name,
223223
"--bundle": "",
224224
"--env.uglify": "",
225-
'--device': EMULATOR_ID}, wait=False, assert_success=False)
225+
'--device': EMULATOR_ID}, wait=False, assert_success=False, log_trace=True)
226226
Tns.wait_for_log(log_file=log, string_list=Helpers.wp_run, not_existing_string_list=Helpers.wp_errors,
227227
timeout=180)
228228
Helpers.android_screen_match(image=self.image_original, timeout=120)
@@ -248,7 +248,7 @@ def test_220_run_android_with_bundle_uglify_aot_sync_changes(self):
248248
"--bundle": "",
249249
"--env.uglify": "",
250250
"--env.aot": "",
251-
'--device': EMULATOR_ID}, wait=False, assert_success=False)
251+
'--device': EMULATOR_ID}, wait=False, assert_success=False, log_trace=True)
252252
Tns.wait_for_log(log_file=log, string_list=Helpers.wp_run, not_existing_string_list=Helpers.wp_errors,
253253
timeout=180)
254254
Helpers.android_screen_match(image=self.image_original, timeout=120)

0 commit comments

Comments
 (0)