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

Question: is it possible to capture the received requests to verify (test) if the right call is made by my app? #93

Open timnederhoff opened 3 years ago

timnederhoff commented 3 years ago

Hi @mdasberg is it possible to capture the received requests to verify (test) if the right call is made by my app? In TestCafe for example it is called request logging, a feature that enables you to obtain received calls via the api. Wiremock named it request journals with comparable functionality.

BR. Tim