DEV Community

Discussion on: One of my favorite testing/productivity tools: guard

Collapse
 
cristinaruth profile image
Cristina Ruth

We use NCrunch for .NET ecosystem. So nice coz it auto runs unit tests on file changes without saving, and also has an intelligent option where it would only run tests that were impacted by your code changes. It isn't free but well worth the price. 🙂

Collapse
 
jsn1nj4 profile image
Elliot Derhay • Edited

Does it wait a few seconds or so before it runs your tests?

Collapse
 
cristinaruth profile image
Cristina Ruth

Yeah, about a second or two coz it auto builds the project before running the tests.