Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: build/android/test_runner.py

Issue 2874173002: Retreive screenshots captured by tests from test devices. (Closed)
Patch Set: Use Instrumentation arg for device directory Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/local/device/local_device_instrumentation_test_run.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 8f169665f0d733fa2a860c506649318991546d74..ab1f0fc6311cbd358cf0822370ac8b317c3fb031 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -425,6 +425,10 @@ def AddInstrumentationTestOptions(parser):
'--timeout-scale',
type=float,
help='Factor by which timeouts should be scaled.')
+ parser.add_argument(
+ '--ui-screenshot-directory',
+ dest='ui_screenshot_dir', type=os.path.realpath,
+ help='Destination for screenshots captured by the tests')
# These arguments are suppressed from the help text because they should
# only ever be specified by an intermediate script.
« no previous file with comments | « build/android/pylib/local/device/local_device_instrumentation_test_run.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698