Re: [Dev] Awaitility - a useful tool for unit/integration testing

2017-11-05 Thread Irham Iqbal
Hi, This might be useful for wait for deploying and un-deploying artifacts. Thanks, Iqbal On Tue, Oct 31, 2017 at 11:52 AM, Afkham Azeez wrote: > Hi team, > After looking into writing unit tests for a feature where I have to wait > to see if the task hascompleted, I found a

[Dev] Awaitility - a useful tool for unit/integration testing

2017-10-31 Thread Afkham Azeez
Hi team, After looking into writing unit tests for a feature where I have to wait to see if the task hascompleted, I found a library called Awaitility ( https://github.com/awaitility/), that is very elegant and suitable for the purpose. The error-prone way of achieving the same is using