fermin-silva / mockserver

The hassle-free way of mocking a backend server API
http://ferminsilva.com/mockserver/
0 stars 0 forks source link

ADD stats recording for assertions #1

Open fermin-silva opened 5 years ago

fermin-silva commented 5 years ago

Add a config option to support recording stats of resources hitted (amount of times, timing, first and last access time, etc).

This should support a way of asserting that a resource was called with specific parameters, useful for unit testing.

This can also be used to trace what types of requests a frontend is making, among many other possibilities