blob: e2ce0b46893cdfa92ff01dc6f02640a07a8c64a8 [file] [log] [blame] [view]
# Test execution
## Set up
```shell
$ fx set core.x64 \
--with-host //src/developer/ffx/tests/e2e/python:tests
$ fx build
```
## Local execution
```shell
$ fx test //src/developer/ffx/tests/e2e/python:<test> --e2e --output
```
where `<test>` is one of:
* `ffx_host_tool_e2e_test`
* `ffx_strict_host_tool_e2e_test`
* `direct_conn_e2e_test`