Generate test fixtures
generate_test_fixturesGenerate ready-to-run test scaffolds for Zapier CLI integrations: build bundle mocks using authData and typed inputData, plus appTester skeletons for each trigger, create, or search. Optionally target a single component.
Instructions
Ready-to-run test scaffolds for the integration: a bundle mock (authData from the auth fields, typed inputData from each component's input fields) plus a zapier-platform appTester test skeleton per trigger/create/search. Optionally target one component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a zapier-platform-cli integration project directory | |
| component | No | Limit to one component, e.g. 'triggers.new_message' or 'new_message' |