Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
-
7545e7c92 (dev), 8102f8f1b (6.8)
-
2024wk44s3FOQtforAndroid
Description
Add support for androidtestrunner to print live test results as they are executed and ready, instead of fetching the full results only at the end. This can be achieved usingĀ
adb shell "tail -f /data/data/<app_path>/files/output.txt"
tail -f will watch the file and print whenever new content is available.