So, now we are wondering how is the best way to achieve next scenario.
We want to mask some sensitive data, so when we are in capture mode, the sensitive data from request and response can be stored as simulations masked.
So the idea is that when we run the tests in the simulate mode the data retrieved that is stored contains masked fields. In this way, we are able to share this simulation to other people or even push in github.
The problem we are facing is that to do this we need to start hoverfly in MODIFY mode, and reading docs says that in MODIFY mode the requests and the responses are not stored, so it means that in the simulate mode we get no data.
So what is the best way to proceed in this case?
El dimarts, 23 gener de 2018 14:32:24 UTC+1, Tommy Situ va escriure: