Testing & QualityCatch Breaking API Changes in CI with OpenAPI Diff
Use OpenAPI and oasdiff in GitHub Actions to validate API contracts and block incompatible pull requests before they reach production.
8 min read
Article tag
Automated unit, integration, regression, and continuous testing practices
Testing & QualityUse OpenAPI and oasdiff in GitHub Actions to validate API contracts and block incompatible pull requests before they reach production.
Testing & QualityBuild fast Node.js tests without a third-party framework, including strict assertions, dependency mocks, HTTP integration tests, coverage, CI, and cleanup.