tidusjar/WireMock OpenAPI Validator
Validates WireMock stub mappings against OpenAPI specifications in your PR pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openapi-path | Path to the OpenAPI specification file (YAML or JSON) | yes | — |
| wiremock-path | Path to the WireMock mappings directory | yes | — |
| fail-on-warnings | Fail the build if warnings are found (default: false) | no | false |
| post-comment | Post validation results as a PR comment (default: true) | no | true |
| github-token | GitHub token for posting PR comments (default: GITHUB_TOKEN) | no | ${{ github.token }} |
| skip-install | Skip tool installation (use when tool is already installed, e.g., for local development) | no | false |
Outputs
| name | description |
|---|---|
| validation-passed | Whether all validations passed (true/false) |
| total-checks | Total number of validation checks |
| passed-checks | Number of passed checks |
| failed-checks | Number of failed checks |
| warning-checks | Number of warnings |
| error-checks | Number of errors |