zapier-test
Run Zapier integration tests
TLDR
Run tests
$ zapier test
Run specific test$ zapier test --grep "[pattern]"
Run with timeout$ zapier test --timeout [5000]
SYNOPSIS
zapier test [options]
DESCRIPTION
zapier test runs integration tests. Executes tests defined in test directory. Validates triggers, actions, and authentication before deployment.
PARAMETERS
--grep pattern
Run matching tests.--timeout ms
Test timeout in milliseconds.
SEE ALSO
zapier(1), zapier-validate(1)
