Forum member

gatapia

4 posts

Posts by gatapia

  1. NCrunch for JavaScript?

    What I would really love to see is a simple plugin system to implement JS unit test runners. You just need to have an instance of PhantomJS running in the background and poll the plugins. For instance have an interface like: interface IJSTestSuite ICollection<string> GetTestCases(); IColl…

  2. nCrunch.Host.x86.exe preventing devenv.exe from exiting normally

    Hmmmmmn uninstalling NCrunch did not fix the issue. Must be an issue with something else. Very strange. Thanks Remco, sorry for the false report.

  3. nCrunch.Host.x86.exe preventing devenv.exe from exiting normally

    When existing VS2010 the devenv.exe process cannot shutdown. Looking at ProcessExplorer it looks like nCrunch.Host is keeping it alive. I'm using nCrunch 1.40b. Is there anything I can do to get you more info? Error logs anywhere? Tnx

  4. DLLs Copied to project(s) root directory

    Hi I'm trying out ncrunch (1.37.0.46b) and am seeing strange behaviour. For some reason some DLLs are copied to the project root directory of both the test projects and the projects being tested. Its not all dlls just some, such as: Ninject.dll NHibernate.dll This is all I've run into so fa…