-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: apply ord document validator in CICD pipeline #65
Comments
In some other projects, I added the API Metadata Validator as an NPM dependency. Then you can call the validator programmatically (not as CLI) in your unit-tests. This will give you a better, integrated testing experience. |
We also need to solve: #63 (comment) |
I remember that the recommended way of running the MetadataValidator was by using docker image. Has the recommendation being changed meanwhile? |
waiting for open source release of api metadata validator |
At the moment, we only have unittest to protect the result of ord default content generation. However, we need to validate the correctness of ord content by validator.
The text was updated successfully, but these errors were encountered: