Tools
Generate Smoke Test
Generates lightweight smoke tests for quick health checks and basic API validation.
Test Generation
This tool generates lightweight smoke tests for quick health checks and basic API validation. Smoke tests are perfect for verifying API availability and basic functionality, running quick regression tests after deployments, and integrating into CI/CD pipelines for fast feedback.
The tool uses similar configuration to contract tests but is optimized for speed and simplicity. It focuses primarily on status code validation and basic response structure checking, with minimal assertion complexity to enable faster execution. These tests serve as a first line of defense to quickly identify if critical API endpoints are functioning.