17 lines
399 B
Markdown
Raw Normal View History

# zapier test
> Test a Zapier integration via the `test` script in your `package.json`.
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#test>.
- Test an integration:
`zapier test`
- Test an integration while skipping validation:
`zapier test --skip-validate`
- Test an integration with additional debug output:
`zapier test {{[-d|--debug]}}`