Closed wh1337 closed 1 year ago
Hi @wh1337, I will like to pick this up once my PR to add the WorkflowClient is resolved. Thanks
@RaphaelNagato I have merged PR #41 (Thank you by the way!) Feel free to start working on this when you can.
Thanks!
Hi @wh1337 , I plan to use Wiremock.Net library to resolve this issue, is it okay by you?
@RaphaelNagato I'm good with that
Released as part of 0.3.0. However, please note that the additional code to help streamline wiring up the configuration exists in Novu.Extensions.
See #55 for discussion and this code should be release soon.
Currently, when the test run they require a real connection to the
api.novu.co
. We need to refactor this to use a mock api so that tests from external PRs can run. This also follows the normal testing process.