1 points | by testforge 4 hours ago ago
1 comments
Happy to answer questions about how it works internally.
Right now the generator parses the OpenAPI spec, extracts endpoints/methods, and creates pytest tests using the requests library.
The generated tests include basic status code assertions, but I'm experimenting with adding schema validation and better parameter coverage.
One thing I'm curious about: how people currently bootstrap API tests when starting a new service.
Happy to answer questions about how it works internally.
Right now the generator parses the OpenAPI spec, extracts endpoints/methods, and creates pytest tests using the requests library.
The generated tests include basic status code assertions, but I'm experimenting with adding schema validation and better parameter coverage.
One thing I'm curious about: how people currently bootstrap API tests when starting a new service.