This is a helper tool for Mockingjay Server
- Extracting the requests from a running mockingjay service
- Getting the real data from a another service
- Outputting the data in YAML format, ready to be consumed by mockingjay again
Note: the property reads: for every request captured in Service A'
, the generated Service A''
will have the same response as Service A
- You have a running mockingjay service
- You want to add fake data to the fake service from a real service
- You don't want to do it manually
Take a look at the run.bash
file. The program requires:
- The URL or path containing
requests
JSON (More info) - The output file for the YAML
- The URL for the real service