I have two assemblies with bindings that I need to incorporate into a new assembly.
I've edited my stepBindings to reference both of the assemblies that I need:
<stepAssemblies>
<stepAssembly assembly="DseSoapApiTests" />
<stepAssembly assembly="DseRestApiTests" />
</stepAssemblies>
The DseRestApiTests bindings load. I've verified that both names match the assembly names in the .csproj's.
Does anyone have any tips on troubleshooting this issue?
DseRestApiTestsdo the others load then? Is the assemblyDseSoapApiTestsreferenced by the test project and copied to the output folder? Those are the first things I would check - Sam Holder