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

Ability to use Wiremocks stubs #550

Closed
Krazybug opened this issue Jan 30, 2022 · 2 comments
Closed

Ability to use Wiremocks stubs #550

Krazybug opened this issue Jan 30, 2022 · 2 comments
Labels
stale State due to inactivity

Comments

@Krazybug
Copy link

Krazybug commented Jan 30, 2022

As we often use Wiremock during the development cycle, it would be really interesting to be able to import Wiremock stubs written in JSON directly in Microcks and to delegate the dispatch and the response handling to them like in this example.

{ "request": { "method": "GET", "url": "/some/thing" }, "response": { "status": 200, "body": "Hello world!", "headers": { "Content-Type": "text/plain" } } }

Benefits:

  • larger flexibility to compose dynamic mocks (request matching and dynamic responses)
  • simple solution for performance testing
  • you could reuse mocks provided by other contract testing tools like Pact.
    ...

Also wiremock is implemented with Java which could simplify this kind of integration and if we also may be able to upload or import binaries mocks - which are standalone jars - from an artifacts repository (Nexus, ...) it will also increase manyfold the potential of reusability.

@lbroudoux
Copy link
Member

Thanks for creating this issue. Will have a look at it.

Copy link

github-actions bot commented May 3, 2024

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale State due to inactivity label May 3, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale State due to inactivity
Projects
None yet
Development

No branches or pull requests

2 participants