authorjapps / zerocode

A community-developed, free, opensource, automated testing framework for microservices APIs, Kafka(Data Streams) and Load testing. Zerocode Open Source enables you to create, change and maintain your automated test scenarios via simple JSON or YAML files. Visit documentation below:
https://zerocode-tdd.tddfy.com
Apache License 2.0
887 stars 389 forks source link

WireMock mocking repo via JUnit runners via IDE #130

Closed officiallysameer closed 5 years ago

officiallysameer commented 5 years ago

Advantages-

GIVEN- The interfacing end points (REST or SOAP) WHEN- I start/run the MockMaker from my IDE THEN- I will have the end point ready

GIVEN- The interfacing end points (REST or SOAP) WHEN- I amend the end point and start/run the MockMaker from my IDE THEN- I will have the new amended end point ready

GIVEN- The interfacing end points (REST or SOAP) WHEN- I add a new end point and start/run the MockMaker from my IDE THEN- I will have the new end point ready along with old end point without stopping the WireMock server

GIVEN- The interfacing end points (REST or SOAP) WHEN- I clean/delete/stop the end points via MockMaker runner THEN- I will have no end points in the WireMock server

authorjapps commented 5 years ago

Couple of simple things we can set as objectives are follows:


fyi only - @bethecodewithyou, @arunvelusamy

Mr @aghorpade is just starting on this. This is not more than 1hr job, but we are lil bit busy with other important stuffs in the framework and unable to prioritize this task. But it should be there in place soon. 👍

authorjapps commented 5 years ago

Thanks everyone for participating. 👍

This has been done. Examples has been added for REST(Get, Post, Put), SOAP services.

See this repo(clone or download) >> https://github.com/authorjapps/api-mock-maker

In a nutshell:

wiremock_gif