cukes icon indicating copy to clipboard operation
cukes copied to clipboard

Add additional Logging information on async operations

Open AlexeyBuzdin opened this issue 8 years ago • 0 comments

I'd like to see a log entry that tells me how long it finally took to get the correct result.

Hence, with a statement as the following

Given should wait at most 30 seconds with interval 1 seconds until property "status" equal to "SUCCEEDED"

I should see after how many seconds the status finally switched to SUCCEEDED.

AlexeyBuzdin avatar Apr 04 '16 08:04 AlexeyBuzdin