Skip to content
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

v0.0.36: New Mock Mode #42

Merged
merged 7 commits into from
Sep 2, 2023
Merged

v0.0.36: New Mock Mode #42

merged 7 commits into from
Sep 2, 2023

Conversation

daveshanley
Copy link
Member

New Mock Mode available!

Use the -x or --mock-mode flag to enable.

Everything will now run mocked according to the OpenAPI contract (required to use mock mode). All requests will be validated and then the appropriate response generated, according to the contract.

This is the perfect way to test an OpenAPI contract against a client.

Needs more test coverage, but it looks pretty solid. Looking forward to using this baby!

Signed-off-by: quobix <[email protected]>
covers a full workflow now and can be used outside of wiretap.

Signed-off-by: quobix <[email protected]>
I cannot wait to try this out.,

Signed-off-by: quobix <[email protected]>
Signed-off-by: quobix <[email protected]>
Signed-off-by: quobix <[email protected]>
@daveshanley daveshanley merged commit 856aaf3 into main Sep 2, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant