fawind / looper

Test runner for functional testing of dockerized microservices
3 stars 0 forks source link

Handle stateful requests #3

Closed fawind closed 5 years ago

fawind commented 5 years ago

Handle stateful requests. Example:

  1. Get: /hitcount -> 1
  2. Get: /hitcount -> 2

Options:

fawind commented 5 years ago

So far, this seems to work fine. Closing for now.