Forum member

dazzler

4 posts

Posts by dazzler

  1. Realtime console output?

    Thanks Remco. Definitely happy to prioritise speed over this feature!

  2. Realtime console output?

    Hi, I like that NCrunch gathers console output for me & shows it in the NCrunch test window. Is there any way that could be done in (close to) realtime? I'm using NCrunch for quick unit tests, and for integration tests which take a little longer to run. The integration tests have built-in ret…

  3. Code coverage for MVC app with IISExpress

    Thanks Remco. This feature would make NCrunch a killer app for me. Cheers, Darren.

  4. Code coverage for MVC app with IISExpress

    Hi, I'm just getting started with NCrunch & it seems awesome so far. I'm trying to run some integration tests against an ASP.NET MVC application running inside IISExpress. NCrunch can give me code coverage of the test code (MSTest), but not the actual web application code (i.e. the controlle…