Open utterances-bot opened 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.
I tend to code API Execution for Java using Rest-Assured. So, just library usage, not spec based.
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/