Attach files and data to test reports.
procedure.yaml: defines two phasesphases/collect_data.py: builds JSON in memory and attaches itphases/capture_logs.py: writes a temp log file and attaches it from diskpyproject.toml: uv-managed Python project
- Sign up for a free TofuPilot account at tofupilot.app.
- Open the New Procedure flow in the dashboard and clone this template.
- Follow the dashboard's instructions to set up a station and run the procedure.
For deeper guides, see the TofuPilot docs.
.
├── procedure.yaml
├── phases/
│ ├── collect_data.py
│ └── capture_logs.py
├── pyproject.toml
└── README.md
