How to run Nunit test in series and not in parallel

Viewed 156

I have concurrency problems running my Nunit tests because they run all in parallel. I would like to know if it's possible to run in series some of them and how.

0 Answers
Related