Automated API endpoint testing with request generation, validation, and comprehensive test coverage
Installation
Open Claude Code and run this command:
/plugin install api-test-automation@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Automated API endpoint testing with intelligent test generation, validation, and comprehensive coverage for REST and GraphQL APIs.
Features
- REST API testing - Complete CRUD operation coverage
- GraphQL testing - Queries, mutations, subscriptions
- Authentication - Multiple auth methods (Bearer, OAuth, API keys)
- Contract testing - Validate against OpenAPI/Swagger specs
- Automatic test generation - Analyze endpoints and generate tests
- Comprehensive validation - Status codes, headers, body structure
- Performance testing - Response time assertions
- Security testing - Auth bypass, injection attempts
Skills (1)
Test automate API endpoint testing including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs.
ReadWriteEditGrepGlobBash(test:api-*)
How It Works
The API testing agent activates automatically when you mention API testing needs. You can also invoke directly:
Generate tests for REST API
Generate API tests for the user management endpoints in src/routes/users.js
Test GraphQL API
Create GraphQL API tests for the product queries and mutations
Validate against OpenAPI spec
Generate contract tests validating against openapi.yaml
Test authentication flows
Create tests for JWT authentication including login, refresh, and protected endpoints