Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 436 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 436 Bytes

Running tests in parallel

Running sequential tests in parallel can significantly reduce the total time to test, and reducing the total test time is what really counts, to motivate developers to test frequently. In this recipe, we demonstrate this feature and show how you can optimize the definition of your tests for maximum performance.