Closed
Description
Is your feature request related to a problem? Please describe.
I would like to run tests in multiple similar environments.
For example, I would like to my test suite on Google Chrome thanks to the executablePath
but also on Chromium Edge with a new executablePath
But I can't do that since it accepts only one instance of chromium
based browser.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Running the same test suites on multiple same types of browsers with a different executablePath
.