How to Run a Test on Multiple Browsers, In Parallel
In the previous tip I covered how to run a single test against multiple browsers. While this could come in handy, it is still a bit lacking.
In the previous tip I covered how to run a single test against multiple browsers. While this could come in handy, it is still a bit lacking.
Compared to Unit and Integration Tests, Selenium is slow. A single test can easily take minutes to run. And when you have a lot of them, it can quickly compound your suite to take hours to complete (just for a single browser) -- hampering your ability to get fast feedback.