I want to execute multiple Selenium Tests (on a Jenkins server) at the same time.
As of now, only one test can be executed at a time because ChromeDriver seems to communicate over a special port. Aaparently, I have to pass some port setting via Selenium to ChromeDriver for starting up multiple tests.
IMO it shouldn't matter if the Test runs locally or on Jenkins. There should be way to configure ChromeDriver. Anybody has ideas or pointers where to look at and what files are involved to get this done?