Folks:

Any best practices for running stories in multiple browsers? -
say Firefox / IE / Chrome?

I could invoke the maven plugin 3 times.  I could setup a Runner
with three @Test methods - one for each browser.
But those are serially processed (which could be ok).  If I can
get the tests to run multi-threaded, then I should be able
to run different browsers in parallel too.

Just not sure how folks are doing that - what works? what
doesn't?

Brian

Reply via email to