Introduction
Grid setup lets you run tests on many browsers and machines at the same time. This saves time and checks your app works everywhere.
You want to test your website on Chrome and Firefox at the same time.
You need to run tests on different operating systems like Windows and Linux.
You want to speed up testing by running many tests in parallel.
You have a team and want to share test machines easily.
You want to test on real devices or remote servers.