shiningpanda / selenose

8 stars 7 forks source link

How to use multiple drivers at once #5

Closed timc3 closed 11 years ago

timc3 commented 11 years ago

In your documentation/blog it says that you can pass --selenium-driver to test against a particular driver setup.

What if I want to test against multiple drivers one after the other. And what if I want the output of all the results in to one XML?

omansion commented 11 years ago

It's currently not possible, but you should have a look on tox or Jenkins' multi-configuration projects (full sample here), they allow to run the same build with different input parameters (the browser in our case).

timc3 commented 11 years ago

Yes, I think I will look in the axis support in Jenkins.

Thanks for the help.