blob: 4503352102e04d2cb5c1e601d5a2bac9487eedbb [file] [log] [blame] [view]
# Test fx subcommands
Command | Description
------- | -----------
[run-host-tests](cmd/run-host-tests.md) | DEPRECATED! build and run tests on host
[run-test](cmd/run-test.md) | DEPRECATED! build a test package and run on target.
[run-test-component](cmd/run-test-component.md) | DEPRECATED! build a test package and run on target.
[self-test](cmd/self-test.md) | run tests of fx and subcommands
[test](cmd/test.md) | Entry point for all Fuchsia tests (host, target and end-to-end)
[testgen](cmd/testgen.md) | Component integration test auto-generator
[core-tests](cmd/core-tests.md) | run zircon core-tests
[coverage](cmd/coverage.md) | Runs test and exports coverage data.
[dart-remote-test](cmd/dart-remote-test.md) | runs a single remote test target through //scripts/run-dart-action.py
[exec-host-tests](cmd/exec-host-tests.md) |
[run-e2e-tests](cmd/run-e2e-tests.md) | run e2e tests
[smoke-test](cmd/smoke-test.md) | Finds and runs tests affected by the current change.
[test-stats](cmd/test-stats.md) | Query and calculate test stats.
[test-stats.py](cmd/test-stats.py.md) | Query and calculate test stats.