I want to run the same TestNG suite multiple times using Selenium Grid (for load testing). For example I have a node with 3 different browsers. Selenium Grid allows to run multiple different test suites in many threads but I can't figure out how to run the same test suite in multiple threads in different browsers.
Probably some other approaches exist to run the whole test suite many times in parallel.