flickr / yakbak

Record and playback HTTP responses
MIT License
1.06k stars 83 forks source link

Yakbak is dead.. Long live Talkback!! [Replacement Library] #49

Open Monte9 opened 5 years ago

Monte9 commented 5 years ago

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:

Talkback Pros:

Hence if you are considereing Yakbak for your use case, I would highly suggest you checkout Talkback and use that instead.

yknx4 commented 5 years ago

Awesome tool!

I made a different one too, If you want a drop in replacement instead, I'm mantaining this fork

https://github.com/yknx4/yaktime

cbrunnkvist commented 4 years ago

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.