ZuploZuplo
LoginSign Up
  • Documentation
  • API Reference
Introduction
Getting Started
    Develop using the Portal
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingMCP - Quick start
    Develop Locally
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth
Concepts
Development
Policies
Handlers
API Keys
MCP Server
MCP Gateway
AI Gateway
Developer Portal
Monetization
Deploying & Source Control
Observability
Networking & Infrastructure
Account Management
Programming API
Build with AI
Zuplo CLI
    OverviewCreate Zuplo APIAuthenticationGlobal OptionsNetwork Connectivitybucket listca-certificate createca-certificate deleteca-certificate describeca-certificate listca-certificate updatecustom-domain createcustom-domain deletecustom-domain listcustom-domain updatedeletedeploydevdocseditorinfoinitlinklistlogoutmtls-certificate createmtls-certificate deletemtls-certificate describemtls-certificate disablemtls-certificate listmtls-certificate updateopenapi convertopenapi mergeopenapi overlayproject createproject infoproject listsource migratesource upgradetesttunnel createtunnel deletetunnel describetunnel listtunnel rotate-tokentunnel services describetunnel services updatevariable createvariable updatewhoami
Migration Guides
Platform LimitsSecuritySupportTrust & ComplianceChangelog
powered by Zudoku
Zuplo CLI

Zuplo CLI: Test

Runs the tests under /tests against an endpoint
Code
zuplo test --endpoint <url> [options]

Examples

Run all tests against your deployed API

Code
zuplo test --endpoint https://your-api-123abc.zuplo.app

Run only tests matching 'auth' in their name

Code
zuplo test --endpoint https://your-api-123abc.zuplo.app --filter 'auth'

Run tests matching a regex pattern

Code
zuplo test --endpoint https://your-api-123abc.zuplo.app --filter '/api\/v1/'

Run tests with environment variables

Code
MY_VAR=example zuplo test --endpoint https://your-api-123abc.zuplo.app

Options

--endpoint

The URL of the Zuplo API to test against

Type: string

--filter

A filter to run a subset of tests (e.g., --filter 'test name' or --filter '/test-name-regex/')

Type: string

Global options

The following global options are available for all commands:

  • --help
  • --api-key

Additional resources

  • Testing your API
  • Custom CI/CD
Edit this page
Last modified on October 20, 2025
source upgradetunnel create
On this page
  • Global options
  • Additional resources