-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
MVP for better testing of the templates -> contract testing with mocks #1417
Comments
I'll be working on that |
This comment has been minimized.
This comment has been minimized.
Bounty Issue's service commentText labels: @asyncapi/bounty_team The Bounty Program is not a Mentorship Program. The accepted level of Bounty Program Participants is Middle/Senior.Regular contributors should explain in meaningful words how they are going to approach the resolution process when expressing a desire to work on this Bounty Issue. |
@derberg ( |
Bounty Issue's Timeline
Please note that the dates given represent deadlines, not specific dates, so if the goal is reached sooner, it's better.Keep in mind the responsibility for violations of the Timeline. |
research in progress, got in touch with Microcks folks to get some help and understanding of websocket support. luckily podman is there, as docker is killing my mac |
opened a draft pr |
Microcks - we select it Just waiting for https://github.com/orgs/microcks/discussions/1566 Thing is that for now Microcks works well for testing incoming messages. It is not clear how to test outgoing messages, if the mock receives it. |
clue solved, js test for sending from client in place. Only left python |
Goal: have MVP for #752
What needs to be done:
We already have 2 templates (JS Websocket and Python Websocket - almost merged). So ideally we have a library/solution that integrates with development of templates, and we have automated from that performs contract testing of these templates - using existing fixtures (hoppscotch and postman echo services)
The text was updated successfully, but these errors were encountered: