-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Milestone
Description
We currently allow the user to pick which browser they want to run the tests on using IAppConfigurator's WithRemoteWebDriver method; but this only allows the user to pick one driver for a test. How can a user run a test on multiple browsers?
I was thinking perhaps we could allow the user to specify more than one driver and then run the test on all selected drivers; but then how do we report back which driver passed and which failed. So I am thinking perhaps it's the responsibility of the user to run the test over multiple SelenoHosts each one targeting a different driver. It's relatively simple to setup and they get proper reports back.
Thoughts?