17 lines
399 B
Markdown
17 lines
399 B
Markdown
|
|
# 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]}}`
|