Guides
Tests & TDD
Generate, run, and iterate on tests inside the editor.
Generate
Right-click a function → "Generate tests" or ask Composer "write unit tests for @symbol". Goatfied picks up your existing test framework from the repo.
Run + iterate
Hit ⌘J for the terminal, run the suite, paste failures back. Goatfied keeps iterating on the same file until tests pass — you can approve each step or set it to auto-apply.