You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To have the confidence that the Back end is not breaking any endpoint against the API contract, we need to check it in every PR.
WHAT
In order to validate in every PR that the API backend is valid considering the API contract, introduce a Github action that will start a Microcks instance and will validate all endpoints to see if those are OK.
WHY
To have the confidence that the Back end is not breaking any endpoint against the API contract, we need to check it in every PR.
WHAT
In order to validate in every PR that the API backend is valid considering the API contract, introduce a Github action that will start a Microcks instance and will validate all endpoints to see if those are OK.
HOW
Microcks Github Action : https://microcks.io/documentation/automating/github-actions/
SCOPE
This task will cover the introduction of the github action and the test of the endpoints available at that point.
The text was updated successfully, but these errors were encountered: