Forum member
smoove
5 posts
Posts by smoove
-
Feature request - triggering SpecFlow test runs
Great - thanks Remco.
30 Sep 2013 11:48 UTC
-
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…
30 Sep 2013 09:35 UTC
-
Run tests serially for SpecFlow-tests assembly only
Nice one Remco - the new release works as advertised and solves this issue.
18 Jul 2013 09:56 UTC
-
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.
28 Jun 2013 17:04 UTC
-
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…
27 Jun 2013 08:58 UTC