Skip to content

Running tests on multiple different browsers #76

@MehdiK

Description

@MehdiK

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions