Fixing Bugs in the OpenSearch API Documentation using API Spec Tests

from blog code.dblock.org | tech blog, | ↗ original
I’ve previously written about the OpenSearch OpenAPI Specification. One of the neat features of the API spec repo is a set of declarative YAML integration tests. This turned out to be really useful in fixing bugs in the OpenSearch API reference documentation that is published to opensearch.org. Here’s how I went about it. To author tests, I...