FubuMvcArchive / storyteller

OBSOLETE, see Storyteller2 -- DSL tool for .Net automated testing
Other
66 stars 13 forks source link

Retry attempt count pass through #73

Closed mtscout6 closed 11 years ago

mtscout6 commented 11 years ago

So we ran into a situation where web driver is occasionally screwed up so bad that we just need to shut it down and restart it. However, this is painfully slow, so we really only want to do that in the event of a test retry. Having this property here will allow us to detect when a test is being retried and reload web driver.

jeremydmiller commented 11 years ago

Matt,

This one is all you guys. We're only using StoryTeller2 specifically to enable Dovetail to stay on this version, so feel free to get any of the Dovetail guys to pull this in for you.

FYI, if you were using Serenity, we recycle WebDriver every so many tests anyway for about this reason.

mtscout6 commented 11 years ago

rebased and merged into master