I want to run a feature file in three different browsers parallely. How can I create three different instances of webdriver? and please add How to do the same for two differ
I would choose to execute the build three times. I would set an environment variable for each execution that decides which browser to use.
To run them in parallel, I would write a shell script that that sets the environment variable and start three executions.