How to run parallel tests with SpecFlow?

How can I run parallel tests with SpecFlow?

Hello Tim,

You need to add the capabilities for multiple configurations first, to run parallel tests with SpecFlow. Also, the thread count needs to be changed so that you can run multiple tests on different configurations at the same time.