Open javiertuya opened 2 weeks ago
Thanks @javiertuya , will have a look. This might take bit of time to fully review it as there are a lot of things for the context.
Also, added @a1shadows @omkar-shitole as the reviewer. Can you guys have a look please?
Generation of Scenarios from OpenAPI specifications (POC)
Fixes Issue
PR Branch https://github.com/javiertuya/zerocode/tree/195-zerocode-openapi-poc
Motivation and Context
This is a proof of concept of a generator of Zerocode scenarios from OpenAPI specifications.
zerocode-openapi
generateAll
that takes two arguments:Checklist:
[x] New Unit tests were added
[x] Integration tests were added
[x] Test names are meaningful
[x] Feature manually tested and outcome is successful
[x] PR doesn't break any of the earlier features for end users
[x] Branch build passed in CI
[x] No 'package.*' in the imports
[x] Relevant DOcumentation page added or updated with clear instructions and examples for the end user
[ ] Http test added to
http-testing
module(if applicable) ?[ ] Kafka test added to
kafka-testing
module(if applicable) ?