intuit-archive / ReplayZero

Record local web traffic on your laptop and generate functional API tests, utilizing open source industry standards like Karate and Gatling
Apache License 2.0
25 stars 6 forks source link

Custom templates #6

Open wtait1 opened 4 years ago

wtait1 commented 4 years ago

Actual Behavior

Replay Zero currently ships with a few output templates embedded inside the binary. Those are the only choices for templating output.

Desired Behavior

Replay Zero's use of a templating engine decouples the source code and the output format. This should be open to users to provide their own custom templates. For the first iteration, simply reading the template from a file should be good enough.

Considerations

shubhamarora commented 4 years ago

@wtait1 I would like to give this a try.

Celeo commented 4 years ago

@shubhamarora Sure, give it a go!