test_runner.py supports device flags for instrumentation tests via a file w/ both the --device-flags and the --device-flags-file (the latter is deprecated but has not yet been eradicated). This doesn't work well for the //testing/buildbot/ json files, though -- it'd be much easier if the flags could be specified w/o dealing with a file, e.g.
test_runner.py instrumentation ... --device-flags=--enable-browser-side-navigation
(or --test-arguments=--enable-browser-side-navigation)
test_runner.py supports device flags for instrumentation tests via a file w/ both the --device-flags and the --device-flags-file (the former is deprecated but has not yet been eradicated). This doesn't work well for the //testing/buildbot/ json files, though -- it'd be much easier if the flags could be specified w/o dealing with a file, e.g.
test_runner.py instrumentation ... --device-flags=--enable-browser-side-navigation
(or --test-arguments=--enable-browser-side-navigation)
Comment 1 by jbudorick@chromium.org
, Mar 10 2017