Questions tagged [parallel-testing]

No instructions have been provided for this particular tag at the moment.

What is the best way to prevent certain features/scenarios from running in parallel?

I recently set up a testing solution using Specflow, selenium, and NUnit to run in parallel. I added the following code in AssemblyInfo: [assembly: Parallelizable(ParallelScope.Fixtures)] Initially, everything was running smoothly in parallel. However, af ...

Executing identical Cucumber Features on multiple machines simultaneously with parallel_tests gem

Running identical Cucumber Features simultaneously on various machines using the parallel_tests gem I am currently exploring how to utilize the parallel_tests gem in order to execute the EXACT SAME Cucumber Features concurrently on different machines. At ...