TryAtSoftware / CleanTests

TryAtSoftware.CleanTests is a modern framework for execution and generation of automated tests in .NET
MIT License
13 stars 0 forks source link

Refine the parallel execution per test #55

Closed TonyTroeff closed 1 year ago

TonyTroeff commented 1 year ago

Describe your idea Some tests definitions are designed to work with multiple threads. In this case having multiple test cases executed in parallel will be an issue. A simple mechanism to refine the parallel execution settings per test case would solve this problem.

Additional context