Prism GitHub Action #1970
Unanswered
ajrice6713
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Automated API contract testing is incredibly valuable and could improve user experience greatly as well as reduce risk of haphazardly introducing breaking changes into an api.
A github action leveraging stoplight that takes a spec file (or multiple files) and config file that contains the http requests would make this easy - simply author the requests in a yaml or json config file with the operation id as the key and then the github action sends the requests and matches them to the ccoresponding operation in the open api spec and returns whether or not the live responses match what the openapi spec defines.
Beta Was this translation helpful? Give feedback.
All reactions