<stepAssemblies> <!-- <stepAssembly assembly="{name-of-assembly-containing-bindgins}" /> --> </stepAssemblies>SpecFlow will then resolve that assembly when looking for matching Step Definitions.
My QA team wants to use continuous integration and merge Spec Flow projects into one solution.How can we maintain multiple Spec Flow projects into one solution?Currently we have two spec flow projects in one soluiton and each build a sepearte dll, but have similar methods at run time during the tests.Is there any special tricks in order to get around this, besides combining all the spec flow projects into 1 specflow feature?Thanks,Jonathan
Jonathan,
What unit test framework you use in your test projects?
At the end specflow generates simple unit tests, so the integration to a build server really depends on that,
Also which ci server do you use?
Lior