See my comment above. This is not a replacement for E2E testing.
Can you share which libraries you know that achieve the same thing? I'm happy to go through and respond to the differences.
Polly records as well as exposes a stubbing API. So it's quite different from what I've seen of the others.
> you have to do a manual recording to create them the first time (which means manually setting up test data in production that is just-right for your test case) Your test invokes the the recorder. There isn't anything…
See my comment above. This is not a replacement for E2E testing.
Can you share which libraries you know that achieve the same thing? I'm happy to go through and respond to the differences.
Polly records as well as exposes a stubbing API. So it's quite different from what I've seen of the others.
> you have to do a manual recording to create them the first time (which means manually setting up test data in production that is just-right for your test case) Your test invokes the the recorder. There isn't anything…