eviltester / blogcomments

1 stars 0 forks source link

blog/eviltester/2019/07/12-openapi-tooling-validation/ #31

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

An Introduction to API Based Documentation Automating - EvilTester.com

The API documentation formats OpenAPI and API Blueprint have tooling to help automatically validate and test the API - I experiment with Dredd.

https://www.eviltester.com/blog/eviltester/2019/07/12-openapi-tooling-validation/

georgiana-gligor commented 4 years ago

Hi,

Are you aware of a solution for Java backends? The Spring Cloud solution is much heavier than dredd, but Dredd doesn't seem to offer hooks for Java.

Thanks.

eviltester commented 4 years ago

I tend to code API Execution for Java using Rest-Assured. So, just library usage, not spec based.