Open Neamar opened 10 years ago
:+1:
Any update on this?
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.
@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!
Supertest is another node module from @visionmedia which extends superagent for testing.
Is it possible to support supertest too?