tidusjar/WireMock OpenAPI Validator

Validates WireMock stub mappings against OpenAPI specifications in your PR pipeline

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
openapi-pathPath to the OpenAPI specification file (YAML or JSON)yes
wiremock-pathPath to the WireMock mappings directoryyes
fail-on-warningsFail the build if warnings are found (default: false)nofalse
post-commentPost validation results as a PR comment (default: true)notrue
github-tokenGitHub token for posting PR comments (default: GITHUB_TOKEN)no${{ github.token }}
skip-installSkip tool installation (use when tool is already installed, e.g., for local development)nofalse
namedescription
validation-passedWhether all validations passed (true/false)
total-checksTotal number of validation checks
passed-checksNumber of passed checks
failed-checksNumber of failed checks
warning-checksNumber of warnings
error-checksNumber of errors