Forum member

smoove

5 posts

Posts by smoove

  1. Feature request - triggering SpecFlow test runs

    Great - thanks Remco.

  2. Feature request - triggering SpecFlow test runs

    Hi Remco, SpecFlow uses a .feature file and a .feature.cs file, which is automatically generated by the VS plugin when the .feature file is saved. When you edit the .feature file, NCrunch will detect this in-memory edit and immediately run the test. This will be before you have saved the .feature…

  3. Run tests serially for SpecFlow-tests assembly only

    Nice one Remco - the new release works as advertised and solves this issue.

  4. Run tests serially for SpecFlow-tests assembly only

    Yeah, that worked (good thinking). But there would be a bunch of work to define all those partial classes, and make sure they'd stay in sync with the generated classes. So I will await the maintenance release. Cheers, and keep up the good work.

  5. Run tests serially for SpecFlow-tests assembly only

    Hi Remcrunch, hope you're well. Is there a way to instruct NCrunch to run all tests from one assembly serially, but for all other assemblies to run in parallel? I tried to apply the Serial / ExclusivelyUses attribute at assembly level, but nc didn't pick it up (interestingly, if you apply an N…