Frank icon indicating copy to clipboard operation
Frank copied to clipboard

Make it easier to spot/debug race conditions

Open moredip opened this issue 13 years ago • 1 comments

A common issue newbies have is to try and tap something before it's animated in. The fix is to add a wait of some kind, but that is not obvious.

We should make it easier to spot the race condition. Take a screenshot at the point the test fails? Take a screenshot with a caption indicating the command being executed?

moredip avatar Dec 12 '12 14:12 moredip

I don't think there is a way to fix this globally. This problem appears with all the UI testing frameworks. Documenting (wiki, example project) how to take a screenshot in After scenario hook seems to be the simplest solution to me.

ondrejhanslik avatar Apr 12 '13 14:04 ondrejhanslik