blob: e39cf1a1a076cc59de7d1276d1c4f91c183c62aa [file] [view]
# fx test
Entry point for all Fuchsia tests (host, target, and end-to-end)
```none
Usage: fx test [testName ...]
This is an incomplete list of options. Run 'fx test --help' for the complete set of options.
Options:
-h, --help
--test-filter Runs specific test cases in v2 suite. Can be specified multiple
times to pass in multiple patterns.
example: --test-filter glob1 --test-filter glob2
```
[test source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/test)