Concurrent Tests are the number of tests that can be run at the same time, in order to improve performance.
Each Concurrent Test refers to a machine instance that runs a test script against a browser. When max concurrency is reached, tests will be queued until other tests finish running.