| # fx run-e2e-tests | |
| run e2e tests | |
| ```none | |
| Usage: fx run-e2e-tests | |
| Thin wrapper around `fx run-host-tests` which sets up the environment to run | |
| an end to end test against the current hardware target. | |
| Hint: | |
| Use fx --dir flag to change the selected build directory and/or fx -t to | |
| change the target device. | |
| ``` | |
| [run-e2e-tests source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/run-e2e-tests) |