Forum member

ErikBangtsson

4 posts

Posts by ErikBangtsson

  1. Unpinned tests reappear as pinned

    Thanks, it seems to be working. Just a followup; how do I "adjust the Tests Window filters to make sure that new tests are listed". Can't find it in the Configuration window

  2. Unpinned tests reappear as pinned

    I do not turn off the NCrunch engine manually, it restarts automatically VS is shut down during branch switching: The NCrunch engine spins up and when the first build on the new branch is complete, the tests reappear as pinned. NCrunch is shut down during branch switching: The NCrunch engi…

  3. Unpinned tests reappear as pinned

    Hi, I now reproduced the issue like this: 1. On branch 1, unpin all tests using right-click in the NCrunch Test window. 2. Switch to branch 2. 3. Visual Studio reloads the solution 4. The NCrunch engine is restarted 5. The tests reappear as pinned. The .NCrunc_<SolutionName> folders…

  4. Unpinned tests reappear as pinned

    Hi I am working on a quite large project where the test suite takes a numger of minutes to run. Therefore we often use the "Run pinned tests automatically"-engine mode to keep the dev-test-loop tighter and switch to some other engine mode now and then to keep track of the behavior of the entire …