CLI
Run test procedures from the command line
You can run test procedures from the command line using the run command:
tofupilot run path/to/procedure.yamlTofuPilot runs the procedure and displays logs in the terminal.
Exit Codes
TofuPilot uses standard exit codes to indicate run outcome:
| Exit Code | Meaning |
|---|---|
0 | All tests passed |
1 | One or more tests failed |
How is this guide?