Files
api-guidelines/core-principles/testing.md
apidesigner a009f6ed20 Updates core-principles/testing.md
Auto commit by GitBook Editor
2017-01-30 11:08:24 +00:00

443 B
Raw Blame History

Testing Contract Validation

Every API description (contract) SHOULD be tested against its API implementation. The tests MUST be concluded using the Dredd testing framework. The Dredd MUST report the test results to Apiary.

In addition to local runs, the tests SHOULD be an integral part the API implementation's CI/CD pipeline.