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

Add dynamic mocking to proxy #2457

Open
7 tasks
gregorgebhardt opened this issue Jan 30, 2024 · 0 comments
Open
7 tasks

Add dynamic mocking to proxy #2457

gregorgebhardt opened this issue Jan 30, 2024 · 0 comments

Comments

@gregorgebhardt
Copy link

User Story Description

As a prism user, I designed my OpenAPI3 specification and added x-faker properties so that the data returned by prism is close to the real data. Now, I have started to work on the backend and want to switch from prism mock to prism proxy. However, for the mocked endpoints, I can't use dynamic mocking anymore because the proxy does not support it. I want to be able to switch to the prism proxy without changing the behavior of the mocked paths.

Acceptance Criteria

  • added dynamic mocking for unimplemented paths.
  • added cli option -d to enable dynamic mocking.

Sprint Ready Checklist

  • Acceptance criteria defined
  • Team understands acceptance criteria
  • Team has defined solution / steps to satisfy acceptance criteria
  • Acceptance criteria is verifiable / testable
  • External / 3rd Party dependencies identified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants