On Monday, October 7, 2013 8:25:42 AM UTC-4, incubusattax wrote:
>
> Hey guys,
>
> I have some Webdriver tests that run perfectly when I run them via Eclipse 
> but when I run them via Jenkins on a slave, they seem to fail randomly.
> Any ideas on how I can troubleshoot this?
>

It's not really a Jenkins issue, but I had a lot of trouble with 
intermittent WebDriver test failures until I figured out the right way to 
tweak them.  The failures I encountered seemed to mostly relate to timing 
and I eliminated most of them by disabled native events and enabling 
implicit waits. I don't know what the deal with native events is. The docs 
say they're supposed to be better than whatever the original method was, 
but in my experience they only slowed down WebDriver and gave me a bunch of 
intermittent failures.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to