How do you typically handle this? Mock servers, custom tooling, contract tests, or something else? I’m looking for practical workflows that let you test a wide range of payload variations without adding temporary test logic into the client code.
How do you typically handle this? Mock servers, custom tooling, contract tests, or something else? I’m looking for practical workflows that let you test a wide range of payload variations without adding temporary test logic into the client code.
selfdb_io•1d ago
freetimeparadox•1d ago
dmitry_dygalo•1d ago
As a side note, if you'd like to check what is covered by Schemathesis or any other testing tool or manual tests, you may want to try https://demo.tracecov.sh/ which will generate API coverage reports from many popular formats (there is also a CLI proxy for cases when there is no direct integration)