cukes
cukes copied to clipboard
Add additional Logging information on async operations
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.