tree: 947f411aab2212f5c1a3dba8c13a64fbf051bbbc [path history] [tgz]
  1. meta/
  2. base_view_ime_test.cc
  3. BUILD.gn
  4. mediabuttons_listener_test.cc
  5. minimal_input_test.cc
  6. README.md
garnet/tests/e2e_input_tests/README.md

End-to-End Input Tests

This collection of tests exercises the input dispatch paths in core components, such as Scenic and Root Presenter. They are intended to be fairly minimal, free of flakiness, and standalone - the entire test is in one file.

To run these, first make sure that your machine's display controller is free, by killing a running Scenic with this command:

fx shell killall scenic.cmx

Then you may run these tests in serial, like so:

fx run-test e2e_input_tests

or individually, like so:

fx run-test e2e_input_tests -t minimal_input_test