HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zapier test — Test a Zapier integration via the `test` script in your `package.json`. More information: <https://g

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandintegrationzapier testviaclitestzapier

Problem

How to use the zapier test command: 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>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/zapier test

Revisions (0)

No revisions yet.