Enable / Disable
Enable or disable individual phases in TofuPilot test procedures to skip steps during runs without deleting them from your code.
You can disable phases to skip execution without deleting them.
main:
- name: Debug Logging
key: debug_logging
python: phases.debug
enabled: falseTofuPilot skips disabled phases without recording any results.
How is this guide?