segmentio / superagent-retry

Retry superagent requests for common hangups
85 stars 35 forks source link

Supertest #8

Open Neamar opened 10 years ago

Neamar commented 10 years ago

Supertest is another node module from @visionmedia which extends superagent for testing.

Is it possible to support supertest too?

tauren commented 9 years ago

:+1:

eexit commented 8 years ago

Any update on this?

calvinfo commented 8 years ago

No plans to add supertest yet. To be honest, we've mostly stopped using this library in favor of re-queueing events on failures. Happy to accept PRs, but we found this approach tricky to use since it relies on superagent internals.

eexit commented 8 years ago

@calvinfo Hi,

Could you adise on how to test when retry then? Because when I do and extends mocha test timeout, it still fails.

Thanks!