Forum member

Brett

2 posts

Posts by Brett

  1. Engine mode "Run all tests automatically" running tests when saving Javascript files

    Thanks that works! in the future can this be built in, or at least computer wide? You've stated you don't plan on making NCrunch work with JavaScript tests, so perhaps it should be built-in to exclude *.js and *.ts and maybe even .html and .css

  2. Engine mode "Run all tests automatically" running tests when saving Javascript files

    It appears that when I save changes to my javascript files, that NCrunch re-runs all the C# tests. Since my JS files are in my .Web project, NCrunch runs all the tests in my .Web.Tests project. This is with the engine mode "Run all tests automatically." Is there a way to disable this behavior? …