Need continuous test coverage of --site-per-process mode on Android: instrumentation tests |
||
Issue descriptionLet's use this bug to track attempts to run instrumentation tests (i.e. content_shell_test_apk, chrome_public_test_apk) on Android, in --site-per-process mode.
,
Oct 24 2016
For instrumentation tests, you're looking for --device-flags-file. The supplied file is currently expected to contain any command-line flags you want to pass w/ one flag per line.
,
Oct 26 2016
Thank you for the pointer. Are there existing uses of --device-flags-file that I could copy from? For example - is there a preferred location and/or naming convention for those files? What are your thoughts on adding support for --test-arguments for instrumentation tests (which could create a temporary device flags file behind the scene)?
,
Apr 27 2017
,
Apr 28 2017
Note that you can now pass arguments directly on the command line. Anything the test runner doesn't recognize will get passed on to the device. |
||
►
Sign in to add a comment |
||
Comment 1 by lukasza@chromium.org
, Oct 24 2016