TofuPilotTofuPilot

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.yaml

TofuPilot runs the procedure and displays logs in the terminal.

Exit Codes

TofuPilot uses standard exit codes to indicate run outcome:

Exit CodeMeaning
0All tests passed
1One or more tests failed

How is this guide?

On this page