Test API endpoints automatically
api-testskillsetup L2★1
morganmuli/metaskill ↗What it does
Verify API endpoints respond with correct status codes
Best for
Quick smoke testing of API surface after code or deployment changes.
Inputs
- · server URL
- · test endpoint list
- · payload JSON
Outputs
- · test results table
- · HTTP status codes
- · error messages
Requires
- · curl
- · vitest (optional)
- · HTTP client
Preconditions
Server running and healthy
Failure modes
- · Server not responding
- · integration tests missing
- · timeout
Trust signals
- · Health check first
- · response envelope validation