I have to execute a UI workflow using nodes-selenium webdriver n times and calculate the average timing and assert it in jasmine it block.
I have tried several ways but can't figure out how this can be achieved in Jasmine it() block .
I have to execute a UI workflow using nodes-selenium webdriver n times and calculate the average timing and assert it in jasmine it block.
I have tried several ways but can't figure out how this can be achieved in Jasmine it() block .
it()
using some custom timer in
BeforeEach()
and AfterEach
. I'm not sure if exists a way to get
an execution time from jasmine runner directly.