Unique playback for each test
Closed this issue · 0 comments
simenandre commented
Thank you for this awesome project!
Having this makes the tests much more concise, which is lovely. I'm having an issue with running two requests which differ in request headers, which returns two different results. From what I can understand, jest-playback
doesn't consider them to be two different requests.
AFAIK, we can add jest test names to make them unique per test.
Would you fancy a pull request on this?