Tools
Generate Integration Test
Generates integration tests that chain multiple API calls together.
Test Generation
This tool generates integration tests that chain multiple API calls together, using responses from one request as inputs to subsequent requests. It's particularly useful for testing complete workflows like create-read-update-delete sequences, validating data consistency across multiple endpoints, and testing complex business processes involving multiple API calls.
The tool accepts all the same parameters as contract test generation, but adds powerful chaining capabilities through the `chainingKey` parameter, which specifies the JSON path for extracting values from responses to use in subsequent requests. It can optionally work from backend trace files to automatically generate chained test sequences. The tool supports code reuse from existing test files to avoid duplication and can create modularized, parameterized test functions for better maintainability.