Files
cheatsheet-tldr/tldr/zapier-test
2025-10-14 00:19:04 +00:00

22 lines
492 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`