tree: ffba68c86a62f85f563ec283bc697c5313830342 [path history] [tgz]
  1. meta/
  2. web-virtual-keyboard-client/
  3. BUILD.gn
  4. input_position_listener.test.fidl
  5. README.md
  6. virtual-keyboard-test.cc
src/ui/tests/integration_input_tests/virtual-keyboard/README.md

Build the test

$ fx set <product>.<arch> --with //src/ui/tests/integration_input_tests/virtual-keyboard:tests

Note that some products include a web-engine, which conflicts with the web-engine bundled with virtual-keyboard:tests. To run this test on such products, use the command below instead:

$ fx set <product>.<arch> --with //src/ui/tests/integration_input_tests/virtual-keyboard:tests-product-webengine

Run the test

To run the fully-automated test, use the following fx invocation. Note that the same command works regardless of whether the build uses the product's web-engine, or a web-engine bundled with the test.

$ fx test virtual-keyboard-test