mdasberg / ng-apimock

Node plugin that provides the ability to use scenario based api mocking: for local development for protractor testing
MIT License
99 stars 26 forks source link

Feature: response based on POST params #21

Closed JurajVajda closed 5 years ago

JurajVajda commented 7 years ago

While in GET method we can use regexp for matching url parameters in POST requests is no option of getting different mock response based on the POST request parameters. As a developer and tester i would like to configure mock response based on the POST parameters so i can test interaction with the application and rest api calls.

baconcutter commented 7 years ago

+1

builtbyjay commented 6 years ago

I would also find this feature very useful :)

eyalkenig commented 6 years ago

+1

third-bank-of-the-river commented 6 years ago

+1

kc13greiner commented 6 years ago

+1

trietsch commented 6 years ago

+1

ralfstuckert commented 6 years ago

+1

JurajVajda commented 5 years ago

awesome! thanks for the hard work!