Smoke Test Generator
v1.1.0Generate smoke test scripts from an OpenAPI specification.
Generates smoke test scripts from an OpenAPI specification — creates a minimal test per endpoint that checks for a successful 2xx response, helping verify a deployment is basically healthy.
How to use- →Paste or upload an OpenAPI 3.0 YAML or JSON specification.
- →Select the test output format: shell (curl), Jest, pytest, or Postman collection.
- →Copy the generated tests and run them against your staging or production endpoint after deploys.
1.
2.
3.