TofuPilotTofuPilot

Execution

Configure test execution behavior

You can configure test execution behavior using the execution section in your procedure file.

Options

TofuPilot provides options to control test execution:

Run Outcome

TofuPilot determines the overall run outcome after all phases complete:

OutcomeCondition
ErrorAny phase threw unhandled exception
StopRun was stopped by user or phase.stop()
TimeoutAny phase exceeded timeout limit
FailAny phase failed
PassAll phases passed

TofuPilot evaluates each condition in order and assigns the first matching outcome.

How is this guide?