In step-by-step-mode test mode [1], the test extension pauses
and outputs
"Type step() to continue ..."
in the console (assuming you are devtools inspecting the test
extension). Typing that in the devtools console runs the next
test step.
There should be a way to autoStep() the lot, ie., type in all
those "step()"s automatically.
This auto-stepping ability is useful in various other testing
scenarios outside of integration tests.
[1] eg., running browser tests with extra flags
--enable-file-manager-step-by-step-tests \
--ui-test-action-timeout=10000000 \
--remote-debugging-port=9222
Comment 1 by bugdroid1@chromium.org
, Jul 16