Forum member

mabati

1 post

Posts by mabati

  1. Tests not respecting Parallelizable attribute

    Hello, My project uses NUnit and we use NCrunch in devs' local machines to run them. I am trying to find the best way to run some tests in parallel. Because of some reasons it might not be worth mentioning, I want some test fixtures to only execute one at a time, but when they are executing I'…