tree: d45d47add9690f18e041cd7e2a9d1e84b145d6d1 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/developer/ffx/tests/help-json/README.md

ffx help-json tests

These tests exercise getting the json encoded help from ffx.

This is done by running a collection of command lines of the form ffx --machine json [command] --help and then check that the json returned has the expected command structure.

There are golden tests that detect changes in the content, by contrast, these tests are making sure the processing of the command line works properly.