Open Monte9 opened 5 years ago
Awesome tool!
I made a different one too, If you want a drop in replacement instead, I'm mantaining this fork
Human-readable tapes - you can see the req/res in JSON5 format
Brilliant addition, @ijpiantanida / @Monte9! That was the one thing that bothered me about the tape format - in a code review, it is very common that we need to be informed exactly about how the test data has changed, not just that a Base64 string is different.
I was banging my head against the wall trying to make Yakbak work for my use case. First off the tapes are in
base64
format which makes it really hard to debug the tapes & also this library is not maintained anymore.I came across a replacement called Talkback which serves the same functionality but was written from scratch by @ijpiantanida! π
Hence this led me to replace my mock Yakbak server with Talkback:
Yakbak Cons:
x-request-id
changed - an unintended side-effectTalkback Pros:
Hence if you are considereing Yakbak for your use case, I would highly suggest you checkout Talkback and use that instead.