blob: cfcd43e573e23e56c5d2d232f5b05433b882746e [file] [log] [blame] [view]
# fx dart-remote-test
runs a single remote test target through //scripts/run-dart-action.py
```none
usage: fx dart-remote-test
[-h|--help] <target-pattern>
Attempts to run a test targeting a remote fuchsia device.
This command requires Topaz in order to run. An example would be to run
this command against //topaz/example/test/driver_mod_example/* to run
all dart_remote_test targets.
Arguments:
-h|--help Print out this message.
```
[dart-remote-test source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/dart-remote-test)